diff --git a/lib/gollum/frontend/public/css/gollum.css b/lib/gollum/frontend/public/css/gollum.css index 312ae2c2..231207f4 100755 --- a/lib/gollum/frontend/public/css/gollum.css +++ b/lib/gollum/frontend/public/css/gollum.css @@ -648,18 +648,13 @@ ul.actions { text-indent: -5000px; width: 28px; } - + .ff #head #searchbar #searchbar-fauxtext #search-submit span, .ie #head #searchbar #searchbar-fauxtext #search-submit span { height: 2.2em; } - + #head #searchbar #searchbar-fauxtext #search-submit:hover span { background-position: -431px -28px; padding: 0; } - - -#MathJax_Message { - display: none; -} diff --git a/lib/gollum/frontend/public/javascript/editor/gollum.editor.js b/lib/gollum/frontend/public/javascript/editor/gollum.editor.js index ed667622..fd6adabc 100755 --- a/lib/gollum/frontend/public/javascript/editor/gollum.editor.js +++ b/lib/gollum/frontend/public/javascript/editor/gollum.editor.js @@ -374,17 +374,6 @@ }, - /** - * EditorHas.mathJax - * True if the editor has MathJax enabled and running, false otherwise. - * - * @return boolean - */ - mathJax: function() { - return (typeof window.MathJax == 'object'); - }, - - /** * EditorHas.previewButton * True if the editor has a preview button, false otherwise. @@ -842,11 +831,6 @@ } var helpData = Help._HELP[name]; - if ( EditorHas.mathJax() && Help.isLoadedFor('mathjax') ) { - debug('Adding MathJax support to help'); - // TODO - } - // clear this shiz out $('#gollum-editor-help-parent').html(''); $('#gollum-editor-help-list').html('');