Skip to content

Commit

Permalink
Merge pull request #729 from Yellowen/master
Browse files Browse the repository at this point in the history
Sidebar autoclose on turbolinks fixed. close #718
  • Loading branch information
almasaeed2010 committed Oct 16, 2015
2 parents 1accd72 + b76c319 commit 250fa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ function _init() {
$.AdminLTE.tree = function (menu) {
var _this = this;
var animationSpeed = $.AdminLTE.options.animationSpeed;
$(document).on('click', menu + ' li a', function (e) {
$(menu).on('click', 'li a', function (e) {
//Get the clicked link and the next element
var $this = $(this);
var checkElement = $this.next();
Expand Down

0 comments on commit 250fa7b

Please sign in to comment.