Changed the popup bookmark page to focus on tags field instead of address.
[scuttle] / templates / editbookmark.tpl.php
index 304ede6466701d46da4fc023882414da650ec644..fbb21bd23c7c633276c79c698837fe28a30f6995 100644 (file)
@@ -69,7 +69,7 @@ switch ($row['bStatus']) {
 </form>
 <script type="text/javascript">
 $(function() {
-  $("#address").focus();
+  $("#tags").focus();
 });
 </script>
 

Benjamin Mako Hill || Want to submit a patch?