summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2021-12-06 10:02:08 -0500
committerlxf <sng@luxagraf.net>2021-12-06 10:02:08 -0500
commit5367fc6b7e60aa6d8e32029ff200c4141aadf734 (patch)
treef6e2c274fcb26a15044454256fc96ab07e55187e
parent8ed21391f371926b71cdce15157f5f689228dcf6 (diff)
admn: ended up reverting changes, problem was in bookmarklet
-rwxr-xr-xtemplates/admin/links/link/change_form.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/admin/links/link/change_form.html b/templates/admin/links/link/change_form.html
index 85f1041..5a5753a 100755
--- a/templates/admin/links/link/change_form.html
+++ b/templates/admin/links/link/change_form.html
@@ -19,7 +19,6 @@ function GetURLParameter(sParam){
var title = GetURLParameter('title');
var description = GetURLParameter('description');
var url = GetURLParameter('url');
-console.log(title, description, url)
</script>
{% endblock %}