diff --git a/wise-webapp/src/main/webapp/js/buttonActions.js b/wise-webapp/src/main/webapp/js/buttonActions.js index bbb0ad8e..f6d45e39 100644 --- a/wise-webapp/src/main/webapp/js/buttonActions.js +++ b/wise-webapp/src/main/webapp/js/buttonActions.js @@ -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(); - } }) });