Revert Thomas Niepraschk's tag autocomplete feature (3 commits)
[scuttle] / templates / editbookmark.tpl.php
index e26c412d3777243638fdcf599c3275c79ba9f663..16b56c7fd0ad47274ad852bcc850e50843ea47ec 100644 (file)
@@ -36,7 +36,7 @@ switch ($row['bStatus']) {
 </tr>
 <tr>
     <th align="left"><?php echo T_('Tags'); ?></th>
-    <td><input class="autocomplete" type="text" id="tags" name="tags" size="75" value="<?php echo filter(implode(', ', $row['tags']), 'xml'); ?>" /></td>
+    <td><input type="text" id="tags" name="tags" size="75" value="<?php echo filter(implode(', ', $row['tags']), 'xml'); ?>" /></td>
     <td>&larr; <?php echo T_('Comma-separated'); ?></td>
 </tr>
 <tr>

Benjamin Mako Hill || Want to submit a patch?