This commit is contained in:
redmatrix 2016-07-19 05:13:18 -07:00
parent 269b3cef72
commit f4b658d7b1

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) {