Move 2012 to a separate directory
This commit is contained in:
@@ -88,7 +88,7 @@ var printA = document.createElement("a");
|
||||
printA.onclick = function(){window.print();};
|
||||
printA.setAttribute("href", "#");
|
||||
var printImg = document.createElement("img");
|
||||
printImg.setAttribute("src", "/gpx/document-print.png");
|
||||
printImg.setAttribute("src", "%root%/gpx/document-print.png");
|
||||
printA.appendChild(printImg);
|
||||
document.getElementById("printLink").appendChild(printA);
|
||||
</script>
|
||||
@@ -132,4 +132,4 @@ document.getElementById("printLink").appendChild(printA);
|
||||
</div>
|
||||
</div>-->
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user