]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/js/shaarli.js
Import/export templates and minor fixes
[github/shaarli/Shaarli.git] / tpl / default / js / shaarli.js
index e542548607899191d9c09421a59eb4fc3216d4d2..53ec20c5b83ebfbf1506a7d47eabcdd429ebd1e4 100644 (file)
@@ -166,9 +166,10 @@ if (hiddenReturnurl != null) {
     hiddenReturnurl.value = window.location.href;
 }
 
-
+/**
+ * Autofocus text fields
+ */
 var autofocusElements = document.querySelector('.autofocus');
-console.log(autofocusElements);
 if (autofocusElements != null) {
     autofocusElements.focus();
 }
\ No newline at end of file