diff options
author | Paul Duncan <pabs@pablotron.org> | 2017-11-10 11:59:29 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2017-11-10 11:59:29 -0500 |
commit | 06ce0353570b827d7cbb10218a86cdb403c13569 (patch) | |
tree | e606762aed3c1eb13a048dc9f3dd1020344fdcb5 /htdocs | |
parent | d4122298b5d79584891fb068e7781765b5981a17 (diff) | |
download | mathy-06ce0353570b827d7cbb10218a86cdb403c13569.tar.bz2 mathy-06ce0353570b827d7cbb10218a86cdb403c13569.zip |
move "About Mathy" to top of help menu
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/js/mathy.js | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/htdocs/js/mathy.js b/htdocs/js/mathy.js index edbb17a..2100b26 100644 --- a/htdocs/js/mathy.js +++ b/htdocs/js/mathy.js @@ -27,13 +27,6 @@ jQuery(function($) { ], help: [ - "<li class='dropdown-header'>", - "Examples", - "</li>", - - "%{examples}", - - "<li class='divider'></li>", "<li>", "<a ", "href='#' ", @@ -41,9 +34,17 @@ jQuery(function($) { "data-toggle='modal' ", "data-target='#about-dialog' ", ">", - "About Mathy", + "About Mathy...", "</a>", "</li>", + + "<li class='divider'></li>", + + "<li class='dropdown-header'>", + "Examples", + "</li>", + + "%{examples}", ], help_row: [ |