diff options
author | raylu <raylu@mixpanel.com> | 2011-07-04 01:56:27 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-04 01:56:27 -0700 |
commit | a0c05c41cdcfd2182c8e3958ae3eb0d2c37b0896 (patch) | |
tree | b052848eb846800d03b19b0d7b054b08a6bca6a9 /views | |
parent | 99a27083f2ba6c3dfa57b1ac50e6574e3fbbf028 (diff) | |
download | otakuhub-a0c05c41cdcfd2182c8e3958ae3eb0d2c37b0896.tar.xz |
get rid of tagsinput
Diffstat (limited to 'views')
-rw-r--r-- | views/layouts/default.html.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index bd04e5f..da09a4c 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -11,8 +11,6 @@ use \lithium\security\Auth; <?= $this->html->style(array('prettyPhoto')) ?> <?= $this->html->script("/js/jquery-1.6.1.min.js") ?> - <?= $this->html->style(array('jquery.tagsinput')) ?> - <?= $this->html->script("/js/jquery.tagsinput.min.js") ?> <script type="text/javascript" > function clearDefault(el) { |