Commit 44c161a98f357616329ab6533610313f11b4e93c
1 parent
0d282f9b
KTS-1751
"[error] File does not exist: /var/www/html/thirdpartyjs/MochiKit/Base.js, referer: http://host/browse.php in error log" Fixed. Reviewed By: Jalaloedien git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6351 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
3 deletions
templates/kt3/browse.smarty
| 1 | -{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')} | |
| 2 | -{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')} | |
| 3 | -{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')} | |
| 1 | +{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/MochiKitPacked.js')} | |
| 4 | 2 | |
| 5 | 3 | {$context->oPage->requireJSResource('resources/js/toggleselect.js')} |
| 6 | 4 | ... | ... |