Skip to content
Snippets Groups Projects
Commit 6a3b7180 authored by Kasalehlia's avatar Kasalehlia
Browse files

key inhalt kann jetzt automatisch eingefügt werden

parent 8779b084
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@
<p>Die Schlüsselinformationen sollten so eingetragen werden:</p>
<!-- totally a random key... -->
<pre># Beispiel # beispiel@freifunk-bs.de<br>70e9157d98c9780c27ea17e95e27885997cf321225050f397f0fa82ac1733639</pre>
<p>oder ohne Kontaktdaten so:
<pre># Beispiel # <br>70e9157d98c9780c27ea17e95e27885997cf321225050f397f0fa82ac1733639</pre>
</div>
</div>
</div>
......@@ -43,6 +45,9 @@ $(function () {
}, 'json')
return false
});
if (document.location.hash !== '') {
$('#key').val(decodeURIComponent(document.location.hash));
}
});
</script>
</body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment