Commit a24d03538ae9fd3d9e24ed9ebc826aa0b95fe395

Authored by Kevin Cyster
1 parent 0c9df7cb

Removed curvey corners and loading bar js

Committed By: Kevin Cyster

Reviewed By: Megan Watson
lib/templating/kt3template.inc.php
... ... @@ -124,8 +124,8 @@ class KTPage {
124 124 $aJS[] = 'thirdpartyjs/MochiKit/MochiKitPacked.js';
125 125 $aJS[] = 'resources/js/kt-utility.js';
126 126 $aJS[] = 'presentation/i18nJavascript.php';
127   - $aJS[] = 'thirdpartyjs/curvycorners/rounded_corners.inc.js';
128   - $aJS[] = 'resources/js/loader.js';
  127 + //$aJS[] = 'thirdpartyjs/curvycorners/rounded_corners.inc.js';
  128 + //$aJS[] = 'resources/js/loader.js';
129 129  
130 130 $aJS[] = 'thirdpartyjs/extjs/adapter/ext/ext-base.js';
131 131 $aJS[] = 'thirdpartyjs/extjs/ext-all.js';
... ...