mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-08 22:28:34 +02:00
fix some html and js format errors
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@780 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function wiki_url(_page)
|
||||
{
|
||||
return "<a href=\"http://wiki.dbox2-tuning.net/"+_page+"\"' target=\"_blank\"><b>[Help]<\/b><\/a>"
|
||||
return "<a href=\"http://wiki.dbox2-tuning.net/"+_page+"\"' target=\"_blank\"><b>[Help]<\/b><\/a>";
|
||||
}
|
||||
/*timer_list*/
|
||||
var timer_body;
|
||||
@@ -152,7 +152,7 @@ function processReqChange()
|
||||
var Ausdruck = /Ende (.*):(.*) Uhr.*$/;
|
||||
Ausdruck.exec(description);
|
||||
stTime = RegExp.$1+":"+RegExp.$2;
|
||||
timer_list_addRow(timer_body, i, alDate, alTime, stDate, stTime, sender, progName, "Klack")
|
||||
timer_list_addRow(timer_body, i, alDate, alTime, stDate, stTime, sender, progName, "Klack");
|
||||
if(document.f.debug.checked == true)
|
||||
sLog_addRow(sLog_body, "green", "- Timer "+i+": "+alDate+" "+alTime+" "+sender+" "+progName, "analyzed");
|
||||
}
|
||||
|
Reference in New Issue
Block a user