This commit is contained in:
redmatrix 2016-07-19 05:13:18 -07:00 committed by Mario Vavti
parent 824dedbe9d
commit 6167291488

View File

@ -626,6 +626,7 @@ function head_get_js() {
$str = '';
if(App::$js_sources) {
ksort(App::$js_sources,SORT_NUMERIC);
foreach(App::$js_sources as $sources) {
if(count($sources)) {
foreach($sources as $source) {