From 36857bbad2f038680490646ed060ca2bdc0c51ca Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Sun, 11 Aug 2013 10:44:18 +0200 Subject: remove is_new start after pressing play --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index a20ab94..8ffae45 100644 --- a/index.html +++ b/index.html @@ -2659,6 +2659,7 @@ if (DelisOK) { setTimeout("MakeRecList3(recGroup[currMed]); showMediaList();",100) subgroup = 1; } else { + recList[currMed] = "\u0003" + recList[currMed].substr(1); mediaList.style.opacity = 0; setTimeout("GetMarks(); getResume(); playRec(recLink[currMed]+ '?mode=streamtoend&time=' + position);",100); } @@ -3186,9 +3187,9 @@ function MakeRecList2() { recGroup[i] = 0; AddInfo(i); if (rec_New[i] == "true" ) { - recList[i] = "\uE003\uE010" + result + "\uE003" + recTitl[i]; + recList[i] = "\uE010" + result + "\uE003" + recTitl[i]; } else { - recList[i] = "\uE003\uE003" + result + "\uE003" + recTitl[i]; + recList[i] = "\uE003" + result + "\uE003" + recTitl[i]; } } -- cgit v1.2.3