From c22574738ed6683bede12c44bb173ee3aa602372 Mon Sep 17 00:00:00 2001 From: lusabo Date: Tue, 3 Jun 2014 14:40:25 -0300 Subject: [PATCH] Ajuste no redirecionamento ao excluir item pela tela de edição. --- archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/bookmark-edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/bookmark-edit.js b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/bookmark-edit.js index 9cabe7f..797ec0b 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/bookmark-edit.js +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/bookmark-edit.js @@ -89,5 +89,5 @@ function saveFailed(request) { } function removeOk(data) { - history.back(); + location.href = 'bookmark-list.html'; } -- libgit2 0.21.2