mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +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:
@@ -208,7 +208,7 @@ function do_play_state(_state, _options){
|
||||
function do_play_or_pause(){
|
||||
if(V2.is_playing()) {
|
||||
change_button_img('PlayOrPause',"play");
|
||||
V2.pause()
|
||||
V2.pause();
|
||||
set_controls("stop");
|
||||
} else {
|
||||
change_button_img('PlayOrPause',"pause");
|
||||
@@ -265,7 +265,7 @@ function build_subchannels(){
|
||||
var sc=split_one(list[i], " ");
|
||||
optlist+="<option value=\""+sc[0]+"\">"+sc[1]+"</option>\n";
|
||||
}
|
||||
optlist="<select id='subs' class='y_live_channels'>"+optlist+"</select>"
|
||||
optlist="<select id='subs' class='y_live_channels'>"+optlist+"</select>";
|
||||
id('subs_div').innerHTML = optlist;
|
||||
display_obj("subsRow", true);
|
||||
isSubs=true;
|
||||
|
Reference in New Issue
Block a user