From a0c05c41cdcfd2182c8e3958ae3eb0d2c37b0896 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 4 Jul 2011 01:56:27 -0700 Subject: get rid of tagsinput --- views/layouts/default.html.php | 2 - webroot/css/jquery.tagsinput.css | 6 - webroot/jquery.tagsinput.js | 264 ------------------------------------- webroot/js/jquery.tagsinput.min.js | 1 - 4 files changed, 273 deletions(-) delete mode 100644 webroot/css/jquery.tagsinput.css delete mode 100644 webroot/jquery.tagsinput.js delete mode 100644 webroot/js/jquery.tagsinput.min.js 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; html->style(array('prettyPhoto')) ?> html->script("/js/jquery-1.6.1.min.js") ?> - html->style(array('jquery.tagsinput')) ?> - html->script("/js/jquery.tagsinput.min.js") ?>