From 78e0c040c89f24d2a73511d05d8a82d8118da70a Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Wed, 4 Aug 2010 23:36:43 +0000 Subject: [PATCH] Javascript includes --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1cf244af..b6be6cda 100644 --- a/index.php +++ b/index.php @@ -91,7 +91,7 @@ if (isset($_GET['endcase'])) //if ($db->HasFailedTrans()) {print "

FAILED AT ENDCASE

"; exit();} } -xhtml_head(T_("queXS"), true, array("css/index.css","css/tabber.css") , array("js/popup.js","js/tabber.js")); +xhtml_head(T_("queXS"), true, array("css/index.css","css/tabber.css","include/jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css") , array("js/popup.js","js/tabber.js","include/jquery-ui/js/jquery-1.4.2.min.js","include/jquery-ui/js/jquery-ui-1.8.2.custom.min.js")); ?>