mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
fix animate on delete
This commit is contained in:
parent
08a9289893
commit
a9c1d42925
@ -471,6 +471,8 @@ $(function () {
|
||||
$("#foldersContainer li.active").remove();
|
||||
//find the second li... (all)
|
||||
$("#foldersContainer li:nth-child(2)").addClass("active");
|
||||
$('#foldersContainer .active i').addClass('icon-white');
|
||||
$("#foldersContainer li:nth-child(2)").animate({left: '+=8px'}, 'fast');
|
||||
dataTable.fnReloadAjax("c/restful/maps/?q=all", callbackOnTableInit, true);
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user