Erwin Jacimino 8 месяцев назад
Родитель
Сommit
2be028b345
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/main/js/app.js

+ 1 - 1
public/main/js/app.js

@@ -1014,7 +1014,7 @@ function initializeRewards() {
     });
 
     // Close model - Back button on phone
-    WindowEventHandlers.onpopstate = function (event) {
+    window.onpopstate = function (event) {
         if (!rewardModal.classList.contains('hidden')) {
             event.preventDefault();
             event.stopPropagation();