diff --git a/index.html b/index.html index bd71585..40ec7a5 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,18 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/js/controllers/menu_mod.js b/js/controllers/menu_mod.js index 42a979a..92a3066 100644 --- a/js/controllers/menu_mod.js +++ b/js/controllers/menu_mod.js @@ -25,7 +25,7 @@ function init_menu(temp_engine) { } function loged_links() { - $(".nav-links").prepend(` + $(".nav-links").html(` @@ -34,7 +34,7 @@ function loged_links() { } function unloged_links() { - $(".nav-links").prepend(` + $(".nav-links").html(` `);