mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 07:18:21 -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 () {
|
.on('mouseleave', function () {
|
||||||
|
|
||||||
item.$view.find('a').removeClass('hover');
|
$('.hover').removeClass('hover');
|
||||||
$('#selector').remove();
|
$('#selector').remove();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue