Commit 234ce239 authored by Antoine Cellerier's avatar Antoine Cellerier

* fix misc fixes

parent c3537d93
...@@ -220,7 +220,7 @@ function parse_playlist() ...@@ -220,7 +220,7 @@ function parse_playlist()
} }
} }
while( playtree_iesuxx.hasChildNodes() ) while( playtree_iesuxx.hasChildNodes() )
playtree_iesuxx.removeChild( playtree.firstChild ); playtree_iesuxx.removeChild( playtree_iesuxx.firstChild );
playtree_iesuxx.appendChild( pos_top ); playtree_iesuxx.appendChild( pos_top );
} }
else else
...@@ -720,7 +720,7 @@ function parse_browse_dir( ) ...@@ -720,7 +720,7 @@ function parse_browse_dir( )
elt = elt.nextSibling; elt = elt.nextSibling;
} }
while( browser_iesuxx.hasChildNodes() ) while( browser_iesuxx.hasChildNodes() )
browser_iesuxx.removeChild( browser.firstChild ); browser_iesuxx.removeChild( browser_iesuxx.firstChild );
browser_iesuxx.appendChild( pos ); browser_iesuxx.appendChild( pos );
} }
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment