diff options
Diffstat (limited to 'live')
-rw-r--r-- | live/css/siteprefs.css | 5 | ||||
-rw-r--r-- | live/js/live/infowin.js | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/live/css/siteprefs.css b/live/css/siteprefs.css index 9fa03cc..2f440b4 100644 --- a/live/css/siteprefs.css +++ b/live/css/siteprefs.css @@ -16,7 +16,10 @@ table { } */ -/* comment this out, if you want epg images at their native size */ +/* comment this out, if you want epg images at their native size + * the popup windows. This here restricts their width to 120 px. + * You might also only change size. + */ .info-win span.epg_images { width: 120px; } diff --git a/live/js/live/infowin.js b/live/js/live/infowin.js index 393cd87..1e35438 100644 --- a/live/js/live/infowin.js +++ b/live/js/live/infowin.js @@ -254,7 +254,7 @@ InfoWin.Ajax = InfoWin.extend({ options: { loadingMsg: 'loading', errorMsg: 'an error occured!', - onError: Class.empty, + onError: Class.empty }, initialize: function(id, url, options){ |