Merge branch 'extended-cookie'
[scuttle] / templates / editbookmark.tpl.php
index dbc0006f310dd550ad9ba09dafdca6ed6ed6e150..2304134db607bc64ca20448a9846c1cec54648d4 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?