reimplement feature 'encoded url' ()

change symbol names for better readability
beautify location-sidebar
cleanup sourcecode

* change symbols to unicode-names

* reimplement feature 'encoded url'
This commit is contained in:
anoy 2016-04-21 22:34:21 +02:00 committed by PetaByteBoy // Milan Pässler
parent 51c1c57e48
commit 8497a5f833
3 changed files with 8 additions and 6 deletions

View file

@ -57,7 +57,7 @@ function (chroma, Map, Sidebar, Tabs, Container, Meshstats, Legend, Linklist,
contentDiv.appendChild(buttons)
var buttonToggle = document.createElement("button")
buttonToggle.textContent = ""
buttonToggle.textContent = "\uF133"
buttonToggle.onclick = function () {
if (content.constructor === Map)
router.view("g")