summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorMichael Francis <edude03@gmail.com>2011-06-20 19:03:42 -0400
committerMichael Francis <edude03@gmail.com>2011-06-20 19:03:42 -0400
commit855e0ef84f74479d5265ac1cd1a9dfa7554c213e (patch)
treea9c64cb8c21d1e0a2f2caed9d0d8d1512120ef1f /views
parent0ff557ec4baa87663abc4351473fdd5d6ff81ae1 (diff)
downloadotakuhub-855e0ef84f74479d5265ac1cd1a9dfa7554c213e.tar.xz
added tags to the animelist add feature
Diffstat (limited to 'views')
-rw-r--r--views/Anime_list/add.html.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/views/Anime_list/add.html.php b/views/Anime_list/add.html.php
index 913c333..2e93ffd 100644
--- a/views/Anime_list/add.html.php
+++ b/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();
});