mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-23 22:10:11 +01:00
Minor fix.
This commit is contained in:
parent
8639e40631
commit
00cc9fb713
@ -137,7 +137,7 @@ modulejs.define('ext/select', ['_', '$', 'core/settings', 'core/resource', 'core
|
||||
})
|
||||
.on('mouseleave', function () {
|
||||
|
||||
item.$view.find('a').removeClass('hover');
|
||||
$('.hover').removeClass('hover');
|
||||
$('#selector').remove();
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user