FIX: Modals weren't closing when routing to raw links
This commit is contained in:
parent
2bb63ffb38
commit
948ebf2201
|
@ -57,7 +57,7 @@ Discourse.Route.reopenClass({
|
|||
$(document.activeElement).blur();
|
||||
|
||||
Discourse.set('notifyCount',0);
|
||||
|
||||
$('#discourse-modal').modal('hide');
|
||||
var hideDropDownFunction = $('html').data('hide-dropdown');
|
||||
if (hideDropDownFunction) { hideDropDownFunction(); }
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue