Kaynağa Gözat

added tags to the animelist add feature

Michael Francis 14 yıl önce
ebeveyn
işleme
855e0ef84f
1 değiştirilmiş dosya ile 1 ekleme ve 9 silme
  1. 1 9
      views/Anime_list/add.html.php

+ 1 - 9
views/Anime_list/add.html.php

@@ -10,15 +10,7 @@
 <br class="clear" />
 <?php endif; ?>
 
-<script type="text/javascript">
-		
-		function onAddTag(tag) {
-			alert("Added a tag: " + tag);
-		}
-		function onRemoveTag(tag) {
-			alert("Removed a tag: " + tag);
-		}
-		
+<script type="text/javascript">		
 		$(function() {
 			$('#tags').tagsInput();
 		});