[TASK] Unicode instead of utf8 icons

This commit is contained in:
Xaver Maierhofer 2016-05-24 00:22:34 +02:00 committed by Milan Pässler
commit 292c5c020c
2 changed files with 6 additions and 4 deletions

View file

@ -18,7 +18,8 @@ define(function () {
}
a1.textContent = unknown ? d.source.id : d.source.node.nodeinfo.hostname;
h2.appendChild(a1);
h2.appendChild(document.createTextNode(" → "));
h2.appendChild(document.createTextNode(" \uF3D6 "));
h2.className = 'ion-inside';
var a2 = document.createElement("a");
a2.href = "#";
a2.onclick = router.node(d.target.node);