diff --git a/dist/js/app.js b/dist/js/app.js index 36d187005a7e1862114bf32321123968069fe5ea..3fe195f3bbbb729930b9af789d075372892538a1 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -388,7 +388,8 @@ function _init() { $.AdminLTE.tree = function (menu) { var _this = this; var animationSpeed = $.AdminLTE.options.animationSpeed; - $(document).on('click', menu + ' li a', function (e) { + $(document).off('click', menu + ' li a') + .on('click', menu + ' li a', function (e) { //Get the clicked link and the next element var $this = $(this); var checkElement = $this.next();