remove preventDefault
This commit is contained in:
committed by
Ezequiel Bergamaschi
parent
b99cb2f8a3
commit
57e5fcac3a
@@ -207,8 +207,6 @@ $(function () {
|
||||
//find the second li... (all)
|
||||
$("#foldersContainer li:nth-child(2)").addClass("active");
|
||||
dataTable.fnReloadAjax("c/restful/maps/?q=all", callbackOnTableInit, true);
|
||||
event.preventDefault();
|
||||
|
||||
}
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user