Minor fix.

This commit is contained in:
Lars Jung 2013-08-31 14:19:45 +02:00
parent 8639e40631
commit 00cc9fb713

View File

@ -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();
});
}