region scoreboard: very basic initial support - needs work
This commit is contained in:
1
main.js
1
main.js
@ -100,6 +100,7 @@ document.getElementsByTagName('body')[0].innerHTML = ''
|
||||
+ ' <div id="toolbox">'
|
||||
+ ' <a onmouseover="setPermaLink(this)" onclick="setPermaLink(this);return androidPermalink()" title="URL link to this map view">Permalink</a>'
|
||||
+ ' <a onclick="window.aboutIITC()" style="cursor: help">About IITC</a>'
|
||||
+ ' <a onclick="window.regionScoreboard()" title="View regional scoreboard">Region scores</a>'
|
||||
+ ' </div>'
|
||||
+ ' </div>'
|
||||
+ '</div>'
|
||||
|
Reference in New Issue
Block a user