comment out 'redeem code' input box

(instead of #371 - didn't want to actually delete it as it may return)
This commit is contained in:
Jon Atkins 2013-06-25 00:03:43 +01:00
parent 751c2068fe
commit dfba994f4b

View File

@ -93,7 +93,8 @@ document.getElementsByTagName('body')[0].innerHTML = ''
+ ' <img src="@@INCLUDEIMAGE:images/current-location.png@@"/ title="Current Location">' + ' <img src="@@INCLUDEIMAGE:images/current-location.png@@"/ title="Current Location">'
+ ' </div>' + ' </div>'
+ ' <div id="portaldetails"></div>' + ' <div id="portaldetails"></div>'
+ ' <input id="redeem" placeholder="Redeem code…" type="text"/>' // redeeming removed from stock site, so commented out for now. it may return...
// + ' <input id="redeem" placeholder="Redeem code…" type="text"/>'
+ ' <div id="toolbox">' + ' <div id="toolbox">'
+ ' <a onmouseover="setPermaLink(this)" onclick="setPermaLink(this);return androidCopy(this.href)" title="URL link to this map view">Permalink</a>' + ' <a onmouseover="setPermaLink(this)" onclick="setPermaLink(this);return androidCopy(this.href)" title="URL link to this map view">Permalink</a>'
+ ' <a onclick="window.aboutIITC()" style="cursor: help">About IITC</a>' + ' <a onclick="window.aboutIITC()" style="cursor: help">About IITC</a>'