Fix help modal css selector
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
var onModalClose = function() {
|
||||
$(".help-modal .close-modal").off("click");
|
||||
$("#help-modal .close-modal").off("click");
|
||||
$("#lean_overlay").off("click");
|
||||
$("#help-modal").attr("aria-hidden", "true");
|
||||
$('area,input,select,textarea,button').removeAttr('tabindex');
|
||||
|
||||
Reference in New Issue
Block a user