Update boxwidget and tree to activate ajax loaded elements

pull/489/merge
Abdullah Almsaeed 2015-07-24 19:26:15 -04:00
parent 8f1173b340
commit 0bd8306502
2 changed files with 2 additions and 2 deletions

2
dist/js/app.js vendored
View File

@ -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();

2
dist/js/app.min.js vendored

File diff suppressed because one or more lines are too long