From: Jean-Paul Saman Date: Tue, 17 Mar 2009 12:45:33 +0000 (+0100) Subject: small cleanup in mozilla test page X-Git-Tag: 1.0.0-pre1~49 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=146a7293a4e5ee55d24552516aa658869bff3917;p=vlc small cleanup in mozilla test page --- diff --git a/projects/mozilla/test.html b/projects/mozilla/test.html index 1c2829c1fd..702b3d1115 100644 --- a/projects/mozilla/test.html +++ b/projects/mozilla/test.html @@ -538,8 +538,6 @@ function doGo(targetURL) // clear() may return before the playlist has actually been cleared // just wait for it to finish its job } - //vlc.playlist.add(targetURL); - //vlc.playlist.play(); var itemId = vlc.playlist.add(targetURL); if( itemId != -1 )