Explorar o código

added tags to the animelist add feature

Michael Francis %!s(int64=14) %!d(string=hai) anos
pai
achega
855e0ef84f
Modificáronse 1 ficheiros con 1 adicións e 9 borrados
  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();
 		});