Commit 7fd99ddf authored by Antoine Cellerier's avatar Antoine Cellerier

Remove AltGr+Space character (firefox doesn't like it).

parent 443f056b
...@@ -1042,7 +1042,7 @@ function browse_path( p ) ...@@ -1042,7 +1042,7 @@ function browse_path( p )
} }
function refresh_albumart( force ) function refresh_albumart( force )
{ {
if( albumart_id != pl_cur_id || force ) if( albumart_id != pl_cur_id || force )
{ {
var now = new Date(); var now = new Date();
var albumart = document.getElementById( 'albumart' ); var albumart = document.getElementById( 'albumart' );
......
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