Browse Source

Call initializeCalendar() after ajax page load

Vijayakrishnan Krishnan 5 năm trước cách đây
mục cha
commit
40a782d806
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      public/js/mc.js

+ 1 - 0
public/js/mc.js

@@ -154,6 +154,7 @@ function fastLoad(_href, _history = true, _useCache = true) {
             content += '<script src="/js/yemi.js"></script>';
             targetParent.html(content);
             initFastLoad(targetParent);
+            initializeCalendar();
 
             // push state
             if (_history) {