mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Fix issue processwire/processwire-issues#590 dropdown hover ajax menus using fix suggested in issue report
This commit is contained in:
@@ -364,7 +364,8 @@ var ProcessWireAdmin = {
|
||||
});
|
||||
|
||||
$ul.addClass('navJSON').addClass('length' + parseInt(data.list.length)).hide();
|
||||
if($ul.children().length) $ul.css('opacity', 1.0).fadeIn('fast');
|
||||
if($ul.children().length) $ul.css('opacity', 1.0);
|
||||
if(hoveredDropdownAjaxItem == $a) $ul.fadeIn('fast');
|
||||
|
||||
if(numSubnavJSON) {
|
||||
var numParents = $ul.parents('ul').length;
|
||||
|
2
wire/templates-admin/scripts/main.min.js
vendored
2
wire/templates-admin/scripts/main.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user