#11697 fix menu display lateral
This commit is contained in:
parent
3b38824ca7
commit
cf1e274456
|
@ -281,6 +281,10 @@ echo '</div>';
|
|||
$(this).removeClass('arrow_menu_down');
|
||||
$(this).addClass('arrow_menu_right');
|
||||
});
|
||||
$(".arrow_menu_up").each(function() {
|
||||
$(this).removeClass('arrow_menu_up');
|
||||
$(this).addClass('arrow_menu_right');
|
||||
});
|
||||
table_hover = $(this);
|
||||
handsIn = 1;
|
||||
openTime = new Date().getTime();
|
||||
|
|
Loading…
Reference in New Issue