Merge branch '1.10RC' of https://github.com/redmatrix/hubzilla into 1.10RC_merge

This commit is contained in:
redmatrix
2016-07-21 15:51:25 -07:00

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