Skip to content

Commit

Permalink
send focus to #help div whenhelpme is reset
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed May 8, 2018
1 parent 4a40128 commit 9629591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/_standard/helpme/helpme_js.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@
$(\"#help li:nth-child(1)\").animate({ opacity: 'show' }, \"slow\");
$(\"#revisit img\").animate({ opacity: 'hide' }, \"slow\");
$(\"#help a#delete\").animate({ opacity: 'show' }, \"slow\");
$(\"#help\").focus();
//$(\"#delete img\").animate({ opacity: 'show' }, \"slow\");
//url = \"https://www.rapidtables.com/web/dev/jquery-redirect.htm\";
// window.location.reload();
Expand Down

0 comments on commit 9629591

Please sign in to comment.