Add drop event to admin menu setup script

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9289 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-09-23 02:34:45 +00:00
parent 1b561de170
commit 60e210f5d5

View file

@ -177,6 +177,9 @@ $('div.adminMenu')
$this.slideDown(100, function(){ $this.removeClass('active') });
$li.slideUp(100, function(){ var $par = $li.parent(); $li.remove(); if(!$par.children('li').length) $par.remove() });
// trigger 'dropped.st' event
$this.trigger('dropped.st');
});
return false;