bin noch neu hier, und bin nicht so fit und nen cvs account hab ich auch noch nicht.
in tuxbox/apps/tuxbox/neutrino/daemons/nhttpd/web/Y_EPG.js
Code: Alles auswählen
function build_epg_bouquet(__bdiv, __channel_id, _starttime, _stoptime) {
var xml = loadSyncURLxml("/control/epg?xml=true&channelid="+__channel_id+"}&details=true&stoptime="+_stoptime);
function build_epg_bouquet(__bdiv, __channel_id, _starttime, _stoptime) {
var xml = loadSyncURLxml("/control/epg?xml=true&channelid="+__channel_id+"}&details=true&stoptime="+_stoptime);
also
Code: Alles auswählen
function build_epg_bouquet(__bdiv, __channel_id, _starttime, _stoptime) {
var xml = loadSyncURLxml("/control/epg?xml=true&channelid="+__channel_id+"&details=true&stoptime="+_stoptime);