sheet.xsl: show plain url

master
pictuga 2020-04-25 15:27:13 +02:00
parent 960c9d10d6
commit e5e3746fc6
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
</div>
<script>
document.getElementById("url").innerHTML = window.location.href.replace(/:html\/?/, '')
document.getElementById("url").value = window.location.href
if (!/:html/.test(window.location.href))
for (var content of document.querySelectorAll(".desc,.content"))