From 2d07c3e45dbecffde0ea44e6494282902173be5b Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 19 Aug 2022 13:39:31 +0000 Subject: more bs upgrade fixes --- view/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/js/main.js b/view/js/main.js index 3fe916d1d..b4b440a27 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -89,7 +89,7 @@ $(document).ready(function() { tao.zin.axim = '
'; $('.navbar-app[href*="/lang"]').attr({"aria-expand": "true", "id": "zintog"}) .removeAttr('href').addClass('zinlcx zinlcxp dropdown dropdown-toggle').css('cursor','pointer'); - $('.dropdown-item[href*="/lang"]').addClass('zinlcxmi zinlcx').removeAttr('href').css('cursor','pointer'); + $('.nav-link[href*="/lang"]').addClass('zinlcxmi zinlcx').removeAttr('href').css('cursor','pointer'); } $('.zinlcx').on('click', function(e) { if (tao.zin.syslc == '') { @@ -103,7 +103,7 @@ $(document).ready(function() { tao.zin.syslcs = tao.zin.re.lcs; tao.zin.htm = ''; $('.zinpax').remove(); -- cgit v1.2.3