From 3575fa4d50cac06ce2641a1cedc9859f3d97142f Mon Sep 17 00:00:00 2001 From: Vinayak Ambigapathy Date: Fri, 8 Mar 2024 09:56:31 +0100 Subject: [PATCH] Correction nav links --- index.html | 29 ++++++++++++++++------------- js/controllers/menu_mod.js | 4 ++-- 2 files changed, 18 insertions(+), 15 deletions(-) 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(` `);