Browse Source

Update boxwidget and tree to activate ajax loaded elements

Abdullah Almsaeed 9 years ago
parent
commit
0bd8306502
2 changed files with 1 additions and 1 deletions
  1. 1 1
      dist/js/app.js
  2. 0 0
      dist/js/app.min.js

+ 1 - 1
dist/js/app.js

@@ -385,7 +385,7 @@ function _init() {
   $.AdminLTE.tree = function (menu) {
     var _this = this;
     var animationSpeed = $.AdminLTE.options.animationSpeed;
-    $("li a", $(menu)).on('click', function (e) {
+    $(document).on('click', menu + ' li a', function (e) {
       //Get the clicked link and the next element
       var $this = $(this);
       var checkElement = $this.next();

File diff suppressed because it is too large
+ 0 - 0
dist/js/app.min.js


Some files were not shown because too many files changed in this diff