Commit 15ac9f65 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

increase refresh interval

parent ecf9cffc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ function reload_app() {
	$.get(window.location.href, {ajax: 1}, function(data) {
		$('div.app > ul').html(data);
		dbf_reg_handlers();
		setTimeout(reload_app, 30000);
		setTimeout(reload_app, 60000);
	}).fail(function() {
		setTimeout(reload_app, 10000);
	});
+3 −1

File changed.

Preview size limit exceeded, changes collapsed.

+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
	<meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/>
% }

	% my $av = 'v12'; # asset version
	% my $av = 'v13'; # asset version
	%= stylesheet "/static/${av}/default.css"
	%= stylesheet "/static/${av}/jquery-ui.min.css"
% my $force_mobile = param('force_mobile') // stash('force_mobile');