remove preventDefault

This commit is contained in:
Ezequiel Bergamaschi 2014-02-03 00:46:51 -03:00 committed by Ezequiel Bergamaschi
parent b99cb2f8a3
commit 57e5fcac3a

View File

@ -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();
}
})
});