From ce216d26d3d8f82e2e60625c06e57f01e8f138b4 Mon Sep 17 00:00:00 2001 From: Cleverson Sacramento Date: Mon, 13 Oct 2014 16:01:18 -0300 Subject: [PATCH] FWK-196: Melhorias na organização do código-fonte gerado pelo arquétipo demoiselle-html-rest --- archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.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/menu.js b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js index 32ff470..b6abbdb 100644 --- a/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js +++ b/archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js @@ -4,7 +4,7 @@ $(function() { $("#logout").on("click", function() { App.removeToken(); - location.href = "login.html"; + location.href = "index.html"; }); }); }); -- libgit2 0.21.2