diff options
Diffstat (limited to 'template/default/timeline.js')
-rw-r--r-- | template/default/timeline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/timeline.js b/template/default/timeline.js index 75aa6c4..4daf797 100644 --- a/template/default/timeline.js +++ b/template/default/timeline.js @@ -414,7 +414,7 @@ function BuildEvent(vdr_id, counter, event, td_class, px_w) {
anchor_start = '<a href="javascript:popup('
+ "'./vdradmin.pl?aktion=prog_detail&epg_id="
- + event.epg_id + "&vdr_id=" + vdr_id + "');" + '">';
+ + event.epg_id + "&vdr_id=" + vdr_id + "', " + popup_width + ", " + popup_height + ");" + '">';
anchor_end = '</a>';
}
W(anchor_start);
|