aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-05-13 10:53:10 +0200
committerMario Vavti <mario@mariovavti.com>2019-05-13 10:53:10 +0200
commit1d5fff9f58b486a519b74b12a907dd1acd32ba3c (patch)
treee70107c0ff7c276c53d801f7d8108ce2709fafc9 /view/php
parentfbe8d6144aeaed179aaccd7724aba51e4ca000a8 (diff)
downloadvolse-hubzilla-1d5fff9f58b486a519b74b12a907dd1acd32ba3c.tar.gz
volse-hubzilla-1d5fff9f58b486a519b74b12a907dd1acd32ba3c.tar.bz2
volse-hubzilla-1d5fff9f58b486a519b74b12a907dd1acd32ba3c.zip
upgrade jgrowl
Diffstat (limited to 'view/php')
-rw-r--r--view/php/theme_init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php
index 73e559c45..d683a3b58 100644
--- a/view/php/theme_init.php
+++ b/view/php/theme_init.php
@@ -21,7 +21,7 @@ head_add_js('autocomplete.js');
head_add_js('/library/jquery.timeago.js');
head_add_js('/library/readmore.js/readmore.js');
head_add_js('/library/sticky-kit/sticky-kit.min.js');
-head_add_js('/library/jgrowl/jquery.jgrowl_minimized.js');
+head_add_js('/library/jgrowl/jquery.jgrowl.min.js');
head_add_js('/library/cryptojs/components/core-min.js');
head_add_js('/library/cryptojs/rollups/aes.js');
head_add_js('/library/cryptojs/rollups/rabbit.js');