diff --git a/admin/themes/default/js/common.js b/admin/themes/default/js/common.js index 64417190a..9c3fd4612 100644 --- a/admin/themes/default/js/common.js +++ b/admin/themes/default/js/common.js @@ -377,7 +377,7 @@ $('document').ready(function(){ hide_user_options(e) current_link.children('.sub-link-container').css('display','block'); current_link.children('span').children('.hover').children('.icon-down-open').css('rotate','-90deg'); - }, 300)); + }, 250)); }).mouseleave(function () { // when mouse leaves element reset the timeout so it doesn't display the sub elements because it's not the one the user wants to display const current_link = $(this); diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl index e4d1462d1..920ed14f5 100644 --- a/admin/themes/default/template/admin.tpl +++ b/admin/themes/default/template/admin.tpl @@ -72,9 +72,9 @@ let username = '{$USERNAME}' {$USERNAME} - - + +