diff options
Diffstat (limited to 'slideshows/default/template/events.js')
-rw-r--r-- | slideshows/default/template/events.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/slideshows/default/template/events.js b/slideshows/default/template/events.js index 9d69547..702878c 100644 --- a/slideshows/default/template/events.js +++ b/slideshows/default/template/events.js @@ -22,4 +22,9 @@ $(document).ready(function(){ $(this).show();
}
});
+ setTimeout("reloadPage()", 21600000);
});
+
+function reloadPage() {
+ location.reload();
+};
|