diff options
author | Mario <mario@mariovavti.com> | 2024-12-12 14:18:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-12-12 14:18:55 +0000 |
commit | 2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d (patch) | |
tree | 1a5e10a1d403ad0e217588b180f9665e0d554fe7 /view/php | |
parent | e9222d0d9aed21816c8654fae074429afeda8f95 (diff) | |
download | volse-hubzilla-2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d.tar.gz volse-hubzilla-2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d.tar.bz2 volse-hubzilla-2da55d3bd804bd44eb6b6ec5b75e56c58b889e0d.zip |
remove jquery.timeago.js in favor of a native js implementation
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/theme_init.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/php/theme_init.php b/view/php/theme_init.php index f4083b3ff..abe4851af 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -19,7 +19,6 @@ head_add_js('/library/sprintf.js/dist/sprintf.min.js'); head_add_js('/library/textcomplete/textcomplete.min.js'); head_add_js('autocomplete.js'); -head_add_js('/library/jquery.timeago.js'); head_add_js('/library/readmore.js/readmore.js'); head_add_js('/library/sjcl/sjcl.js'); |