mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
remove preventDefault
This commit is contained in:
parent
b99cb2f8a3
commit
57e5fcac3a
@ -207,8 +207,6 @@ $(function () {
|
|||||||
//find the second li... (all)
|
//find the second li... (all)
|
||||||
$("#foldersContainer li:nth-child(2)").addClass("active");
|
$("#foldersContainer li:nth-child(2)").addClass("active");
|
||||||
dataTable.fnReloadAjax("c/restful/maps/?q=all", callbackOnTableInit, true);
|
dataTable.fnReloadAjax("c/restful/maps/?q=all", callbackOnTableInit, true);
|
||||||
event.preventDefault();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user