remove preventDefault
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