From a24d03538ae9fd3d9e24ed9ebc826aa0b95fe395 Mon Sep 17 00:00:00 2001 From: Kevin Cyster Date: Wed, 18 Feb 2009 09:24:58 +0200 Subject: [PATCH] Removed curvey corners and loading bar js --- lib/templating/kt3template.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templating/kt3template.inc.php b/lib/templating/kt3template.inc.php index 8821281..7b82d69 100644 --- a/lib/templating/kt3template.inc.php +++ b/lib/templating/kt3template.inc.php @@ -124,8 +124,8 @@ class KTPage { $aJS[] = 'thirdpartyjs/MochiKit/MochiKitPacked.js'; $aJS[] = 'resources/js/kt-utility.js'; $aJS[] = 'presentation/i18nJavascript.php'; - $aJS[] = 'thirdpartyjs/curvycorners/rounded_corners.inc.js'; - $aJS[] = 'resources/js/loader.js'; + //$aJS[] = 'thirdpartyjs/curvycorners/rounded_corners.inc.js'; + //$aJS[] = 'resources/js/loader.js'; $aJS[] = 'thirdpartyjs/extjs/adapter/ext/ext-base.js'; $aJS[] = 'thirdpartyjs/extjs/ext-all.js'; -- libgit2 0.21.4