aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-19 05:13:18 -0700
committerMario Vavti <mario@mariovavti.com>2016-07-21 11:28:38 +0200
commit61672914885f8508b1df536e5e63a04567567b04 (patch)
tree051a0f6a6d2b22e436fc21bdc7f1d64b7e2f3024
parent824dedbe9d349c5b6d92d1d950267299bc134cc3 (diff)
downloadvolse-hubzilla-61672914885f8508b1df536e5e63a04567567b04.tar.gz
volse-hubzilla-61672914885f8508b1df536e5e63a04567567b04.tar.bz2
volse-hubzilla-61672914885f8508b1df536e5e63a04567567b04.zip
issue #411
-rwxr-xr-xinclude/plugin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plugin.php b/include/plugin.php
index 6dfda1cc9..cb206d944 100755
--- a/include/plugin.php
+++ b/include/plugin.php
@@ -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) {