Skip to content
Snippets Groups Projects
Commit 50152abb authored by Chris's avatar Chris
Browse files

Merge pull request #5966 from Stanford-Online/kluo/help-modal-id

Fix help modal css selector
parents 1c6d197b 57341317
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment