From 9ee998a5ff8b95e9eb68a1d40c03eb492687ca7e Mon Sep 17 00:00:00 2001 From: luizlaydner Date: Thu, 30 Aug 2007 18:09:58 +0000 Subject: [PATCH] =?UTF-8?q?-=20now=20using=20local=20version=20of=20YUI,?= =?UTF-8?q?=20not=20yahoo=B4s=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tag/edit.php | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/tag/edit.php b/tag/edit.php index 285310ab7b3..f38cef8019f 100644 --- a/tag/edit.php +++ b/tag/edit.php @@ -53,20 +53,13 @@ print_heading($tagname, '', 2); $tagform->display(); +echo require_js('yui_dom-event'); +echo require_js('yui_connection'); +echo require_js('yui_animation'); +echo require_js('yui_autocomplete'); + ?> - - - - - - - - - - - -