Commit 57341317 by Kevin Luo

Fix help modal css selector

parent 126747fe
......@@ -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');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment