Support dropped.st event on sitemaps

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8961 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-08-31 02:31:29 +00:00
parent 8e36f8938e
commit dbbb7fd196

View file

@ -118,6 +118,9 @@ $('form.siteMap')
$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;