]> git.sesse.net Git - vlc/commitdiff
Remove AltGr+Space character (firefox doesn't like it).
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 8 Nov 2007 22:14:52 +0000 (22:14 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 8 Nov 2007 22:14:52 +0000 (22:14 +0000)
share/http/js/functions.js

index e1dfe79a2417f377bc221ee9ba90fa6083eb6f51..fb8c3c50708185cb7da535963f0560dd8d619215 100644 (file)
@@ -1042,7 +1042,7 @@ function browse_path( p )
 }
 function refresh_albumart( force )
 {
-    if( albumart_id != pl_cur_id || force )
+    if( albumart_id != pl_cur_id || force )
     {
         var now = new Date();
         var albumart = document.getElementById( 'albumart' );