Browse Source

Fix error

stany.ferer 1 năm trước cách đây
mục cha
commit
d383767ca6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public-events/js/control.js

+ 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) {