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';