diff options
author | lxf <sng@luxagraf.net> | 2021-12-06 10:02:08 -0500 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-12-06 10:02:08 -0500 |
commit | 5367fc6b7e60aa6d8e32029ff200c4141aadf734 (patch) | |
tree | f6e2c274fcb26a15044454256fc96ab07e55187e | |
parent | 8ed21391f371926b71cdce15157f5f689228dcf6 (diff) |
admn: ended up reverting changes, problem was in bookmarklet
-rwxr-xr-x | templates/admin/links/link/change_form.html | 1 |
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 %} |