diff --git a/journalmarks/templates/index.html b/journalmarks/templates/index.html index 3b99884..08bbbe1 100644 --- a/journalmarks/templates/index.html +++ b/journalmarks/templates/index.html @@ -34,7 +34,7 @@ function run() { } else if(url.match(/^[a-z0-9]{4}$/)) { window.location.href = '/' + url; } else { - console.log('not a URL and not a tag'); + document.getElementById('url').value = ''; } });