diff options
author | friendica <info@friendica.com> | 2012-07-23 16:47:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-23 16:47:35 -0700 |
commit | d8e79061d69b7c1dc2c2b0e50e15e21948950ba2 (patch) | |
tree | 5bf9e3d60378d31328044ca70e54ba10551ac389 /js/main.js | |
parent | d4ee08680696e5cc46dd1a9ad8f4a06a083b61dc (diff) | |
download | volse-hubzilla-d8e79061d69b7c1dc2c2b0e50e15e21948950ba2.tar.gz volse-hubzilla-d8e79061d69b7c1dc2c2b0e50e15e21948950ba2.tar.bz2 volse-hubzilla-d8e79061d69b7c1dc2c2b0e50e15e21948950ba2.zip |
pass all network page vars to the client to build ajax queries, change timeago variable names so as not to conflict with item timers.
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/js/main.js b/js/main.js index 453b5920e..cea87f5ff 100644 --- a/js/main.js +++ b/js/main.js @@ -698,23 +698,23 @@ function previewTheme(elm) { $(document).ready(function() { jQuery.timeago.settings.strings = { - prefixAgo: t01, - prefixFromNow: t02, - suffixAgo: t03, - suffixFromNow: t04, - seconds: t05, - minute: t06, - minutes: t07, - hour: t08, - hours: t09, - day: t10, - days: t11, - month: t12, - months: t13, - year: t14, - years: t15, - wordSeparator: t16, - numbers: t17 + prefixAgo: tago01, + prefixFromNow: tago02, + suffixAgo: tago03, + suffixFromNow: tago04, + seconds: tago05, + minute: tago06, + minutes: tago07, + hour: tago08, + hours: tago09, + day: tago10, + days: tago11, + month: tago12, + months: tago13, + year: tago14, + years: tago15, + wordSeparator: tago16, + numbers: tago17 }; |