diff static/gui.js @ 4:409da49c148d

partway though add Ignore-this: 330d1f3393bb91ca56267d2138e3bb22
author drewp@bigasterisk.com
date Sun, 17 Feb 2013 21:12:53 -0800
parents 80b11112c9e0
children f8c4c7ce5f4a
line wrap: on
line diff
--- a/static/gui.js	Sun Feb 17 09:56:17 2013 -0800
+++ b/static/gui.js	Sun Feb 17 21:12:53 2013 -0800
@@ -1,3 +1,5 @@
+
+$("#filterTag").focus();
 
 function toggleTag(tag) {
     var p = window.location.pathname;
@@ -48,5 +50,3 @@
         backspaceLastTag();
     }
 });
-
-$("#filterTag").focus();