Skip to content

Commit

Permalink
panorama: fix using undefined value
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Jul 25, 2024
1 parent c58e0b4 commit 88fd92c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

var thruk_version = '[% thrukversion %]';
var thruk_extra_version = '[% c.config.extra_version %]';
var refresh_rate = [% IF refresh_rate %][% refresh_rate %][% ELSE %]null[% END %];
var server_time = new Date([% date.now * 1000 %]);
var client_time = new Date();
var delta_time = client_time.getTime() - server_time.getTime();
Expand Down

0 comments on commit 88fd92c

Please sign in to comment.