Преглед на файлове

Re-init moes inside parent modal after update-parent

Vijayakrishnan преди 4 години
родител
ревизия
7a9af76d09
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      public/js/stag-popup.js

+ 2 - 0
public/js/stag-popup.js

@@ -88,6 +88,7 @@ function openDynamicStagPopup(url, initer, title, updateParent) {
         showStagPopup(url);
         if(initer) runMCInitializer(initer);
         runMCInitializer('pro-suggest');
+        initMoes();
         hideMask();
     });
 }
@@ -109,6 +110,7 @@ function refreshDynamicStagPopup() {
             popup.find('.stag-popup-content-inner').html(_data);
             if(initer) runMCInitializer(initer);
             runMCInitializer('pro-suggest');
+            initMoes();
             hideMask();
         });
     }