Commit ce216d26d3d8f82e2e60625c06e57f01e8f138b4

Authored by Cleverson Sacramento
1 parent 40218cb8
Exists in master

FWK-196: Melhorias na organização do código-fonte gerado pelo arquétipo

demoiselle-html-rest 

Task-Url: https://demoiselle.atlassian.net/browse/FWK-196
archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/menu.js
@@ -4,7 +4,7 @@ $(function() { @@ -4,7 +4,7 @@ $(function() {
4 4
5 $("#logout").on("click", function() { 5 $("#logout").on("click", function() {
6 App.removeToken(); 6 App.removeToken();
7 - location.href = "login.html"; 7 + location.href = "index.html";
8 }); 8 });
9 }); 9 });
10 }); 10 });