Disable auto-open of dropdown menus on hover
This commit is contained in:
@@ -166,9 +166,3 @@ script.
|
||||
{% endif %}
|
||||
|
||||
$('.js-help').openModalUrl('Help', "{{ url_for('attract.help', project_url=project.url) }}");
|
||||
|
||||
$('.dropdown').hover(function(){
|
||||
$(this).addClass('open');
|
||||
}, function(){
|
||||
$(this).removeClass('open');
|
||||
});
|
||||
|
Reference in New Issue
Block a user