diff options
Diffstat (limited to 'template/default/prog_timeline.html')
-rw-r--r-- | template/default/prog_timeline.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/default/prog_timeline.html b/template/default/prog_timeline.html index f0bf83f..dd5db20 100644 --- a/template/default/prog_timeline.html +++ b/template/default/prog_timeline.html @@ -147,6 +147,8 @@ <form action="<?% nowurl %?>" method="get" name="FormName"> <script type="text/javascript" language="JavaScript1.2"> var tl = new TimeLine(<?% now_sec %?>, "<?% nowurl %?>", <?% px_per_min %?>, <?% end_min %?>); + var popup_width = <?% config.GUI_POPUP_WIDTH %?>; + var popup_height = <?% config.GUI_POPUP_HEIGHT %?>; </script> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="heading"> |