mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 06:25:18 -04:00
Minor fix.
This commit is contained in:
parent
8639e40631
commit
00cc9fb713
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue