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:
parent
751c2068fe
commit
dfba994f4b
3
main.js
3
main.js
@ -93,7 +93,8 @@ document.getElementsByTagName('body')[0].innerHTML = ''
|
||||
+ ' <img src="@@INCLUDEIMAGE:images/current-location.png@@"/ title="Current Location">'
|
||||
+ ' </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">'
|
||||
+ ' <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>'
|
||||
|
Loading…
x
Reference in New Issue
Block a user