summaryrefslogtreecommitdiff
path: root/slideshows/dark/template/events.js
diff options
context:
space:
mode:
Diffstat (limited to 'slideshows/dark/template/events.js')
-rw-r--r--slideshows/dark/template/events.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/slideshows/dark/template/events.js b/slideshows/dark/template/events.js
index b0efe13..8c4a33e 100644
--- a/slideshows/dark/template/events.js
+++ b/slideshows/dark/template/events.js
@@ -28,8 +28,13 @@ $(document).ready(function(){
showWindow($(this));
});
+ setTimeout("reloadPage()", 21600000);
});
+function reloadPage() {
+ location.reload();
+};
+
function showWindow(data) {
var title = $('.summary',data).text();