diff --git a/dist/js/app.js b/dist/js/app.js index 81804c05ee943bc0b64355ce5c4be6ae61c139b7..b016ffe84444d29816a50979fc64bdfc242a65a3 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -388,7 +388,7 @@ function _init() { $.AdminLTE.tree = function (menu) { var _this = this; var animationSpeed = $.AdminLTE.options.animationSpeed; - $(menu).on('click', 'li a', 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();