2
0
stany.ferer 1 жил өмнө
parent
commit
d383767ca6

+ 1 - 1
public-events/js/control.js

@@ -20,7 +20,7 @@ function checkEmagementControl() {
             $('#ResultQRCode').modal("show");
             if (data["result"] == true) {
                 $('#ResultQRCode').on('hidden.bs.modal', function () {
-                    getEvements();
+                    //getEvements();
                 });
             }
         }).fail(function (xhr, status, error) {