* mv my.js to my.full.js.
+ add my.min.js.
This commit is contained in:
@@ -23,7 +23,7 @@ $clientTheme = $this->app->getClientTheme();
|
||||
|
||||
js::exportConfigVars();
|
||||
js::import($jsRoot . 'jquery/lib.js', $config->version);
|
||||
js::import($jsRoot . 'my.js', $config->version);
|
||||
js::import($jsRoot . 'my.min.js', $config->version);
|
||||
|
||||
css::import($defaultTheme . 'yui.css', $config->version);
|
||||
css::import($defaultTheme . 'style.css', $config->version);
|
||||
|
||||
Reference in New Issue
Block a user