]> git.quilime.com - clmpr.git/commitdiff
Edited TODO, cleaned up edit
authorGabriel Dunne <gdunne@quilime.com>
Wed, 21 Dec 2011 17:48:02 +0000 (09:48 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 21 Dec 2011 17:48:02 +0000 (09:48 -0800)
TODO
edit.php

diff --git a/TODO b/TODO
index 823a3a6b1adde821bb7988439e3fbe225de08273..dc176c732a59c36b3df27a947ff3b2baae7c813c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,6 +5,7 @@ preview media when embedding videos from youtube, images, etc
 private saving
 import/export
 pagination
+tag autocomplete from user tags
 
 allow commas or space delimited
 
index 122ae942dafb6cf4c5a5e8fd51c953c6ed20f509..b56067e7deb43e31c0f7232294b3555d62b677fb 100644 (file)
--- a/edit.php
+++ b/edit.php
@@ -44,18 +44,14 @@ catch(PDOException $e)
 
 <script>
 $(document).ready(function() {
-
     // user tags array
     var userTags = [];
-
     $("#tag-input").tagit({
         availableTags : userTags,
         animate : false,
         spaceChar : '-',
         tabIndex : 3
     });
-    $('.tagit input')[0].focus();
-
 });
 
 function deleteClump( id ) {