From 57e5fcac3ad203f982aa1da7d77e247556cb9f74 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Mon, 3 Feb 2014 00:46:51 -0300 Subject: [PATCH] remove preventDefault --- wise-webapp/src/main/webapp/js/buttonActions.js | 2 -- 1 file changed, 2 deletions(-) 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(); - } }) });