diff options
author | Mario <mario@mariovavti.com> | 2021-01-03 14:28:02 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-03 14:28:02 +0000 |
commit | cff5859c595ae3d758072b11aa60190e210cb490 (patch) | |
tree | 08233dcfb50cf343b516866c118d1c94a040c3ce /view/tpl/js_strings.tpl | |
parent | 6d95f5fc989644473442aa2f36358efe77b877c8 (diff) | |
download | volse-hubzilla-cff5859c595ae3d758072b11aa60190e210cb490.tar.gz volse-hubzilla-cff5859c595ae3d758072b11aa60190e210cb490.tar.bz2 volse-hubzilla-cff5859c595ae3d758072b11aa60190e210cb490.zip |
mod cloud strings
Diffstat (limited to 'view/tpl/js_strings.tpl')
-rwxr-xr-x | view/tpl/js_strings.tpl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 58426e20c..291d78fb2 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -66,8 +66,13 @@ 'month' : "{{$month}}", 'week' : "{{$week}}", 'day' : "{{$day}}", - 'allday' : "{{$allday}}" + 'allday' : "{{$allday}}", + + // mod cloud + + 'download_info' : "{{$download_info}}" + }; </script> - + |