Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsjng committed Aug 31, 2013
1 parent 8639e40 commit 00cc9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_h5ai/client/js/inc/ext/select.js
Expand Up @@ -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();
});
}
Expand Down

0 comments on commit 00cc9fb

Please sign in to comment.