From: jordan Date: Sat, 8 Oct 2011 08:56:20 +0000 (+0000) Subject: the WMD editor site is not available anymore, removing the question mark icon X-Git-Tag: live~134 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/d51fb54019701a24740c85e85024de1fce7b0689 the WMD editor site is not available anymore, removing the question mark icon git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@1183 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/media/js/wmd/wmd.js b/forum/skins/default/media/js/wmd/wmd.js index ef16652..ac03ea2 100644 --- a/forum/skins/default/media/js/wmd/wmd.js +++ b/forum/skins/default/media/js/wmd/wmd.js @@ -1134,10 +1134,10 @@ Attacklab.wmdBase = function(){ helpAnchor.href = helpLink; helpAnchor.target = helpTarget helpAnchor.title = helpHoverTitle; - helpButton.appendChild(helpAnchor); + //helpButton.appendChild(helpAnchor); - setupButton(helpButton, true); - buttonRow.appendChild(helpButton); + //setupButton(helpButton, true); + //buttonRow.appendChild(helpButton); setUndoRedoButtonStates(); }