diff --git a/src/main/resources/static/js/common.js b/src/main/resources/static/js/common.js index f680bf96..43184b82 100644 --- a/src/main/resources/static/js/common.js +++ b/src/main/resources/static/js/common.js @@ -29,11 +29,11 @@ function contentFade(action){ $("#fadeDiv").hide() } } -$(document).on('mouseenter', '.leftMenuItem', function (e){ +/*$(document).on('mouseenter', '.leftMenuItem', function (e){ if($(this).attr("aria-expanded")==='false'){ $(this).click(); } -}) +})*/ $(document).on('click', '#bellIcon', function (){ const alarmListDiv = $("#alarmListDiv")[0]; if(alarmListDiv.className.includes('d-none')){ diff --git a/src/main/resources/templates/faStatistics/crackdownStatus/crackdownStatus.html b/src/main/resources/templates/faStatistics/crackdownStatus/crackdownStatus.html index bfc7eb04..80da4f30 100644 --- a/src/main/resources/templates/faStatistics/crackdownStatus/crackdownStatus.html +++ b/src/main/resources/templates/faStatistics/crackdownStatus/crackdownStatus.html @@ -548,7 +548,7 @@ - +