1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

JS framework on-demand (working in admin-area right now)

This commit is contained in:
CaMer0n
2012-05-15 09:55:27 +00:00
parent 9bd347c41d
commit 7f25438201
6 changed files with 118 additions and 20 deletions

View File

@@ -38,7 +38,8 @@ $gen = new convert();
//Handle Ajax Calls
if($newspost->ajax_observer()) exit;
e107::getJs()->requireCoreLib('core/admin.js');
e107::js('core','core/admin.js','prototype');
//e107::getJs()->requireCoreLib('core/admin.js');
function headerjs()