aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-11 20:32:43 -0800
committerfriendica <info@friendica.com>2011-12-11 20:32:43 -0800
commit4f254ffb5b4a74482c6d70dc1858f20c13ee8c01 (patch)
treec043caef2b9510b2eaeecb093b3adc6f3826c395 /view/head.tpl
parent834639ebab3daded63c3ed076273e69b798ced90 (diff)
downloadvolse-hubzilla-4f254ffb5b4a74482c6d70dc1858f20c13ee8c01.tar.gz
volse-hubzilla-4f254ffb5b4a74482c6d70dc1858f20c13ee8c01.tar.bz2
volse-hubzilla-4f254ffb5b4a74482c6d70dc1858f20c13ee8c01.zip
system support for personal configurable ajax update interval
Diffstat (limited to 'view/head.tpl')
-rw-r--r--view/head.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/head.tpl b/view/head.tpl
index 055c3cef5..9fe5a63b3 100644
--- a/view/head.tpl
+++ b/view/head.tpl
@@ -28,6 +28,8 @@
<script type="text/javascript" src="$baseurl/js/main.js" ></script>
<script>
+ var updateInterval = $update_interval;
+
function confirmDelete() { return confirm("$delitem"); }
function commentOpen(obj,id) {
if(obj.value == '$comment') {