From 7fd99ddfbb556f8eff5715673db8a2f42b030505 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Thu, 8 Nov 2007 22:14:52 +0000 Subject: [PATCH] Remove AltGr+Space character (firefox doesn't like it). --- share/http/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/http/js/functions.js b/share/http/js/functions.js index e1dfe79a24..fb8c3c5070 100644 --- a/share/http/js/functions.js +++ b/share/http/js/functions.js @@ -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' ); -- 2.39.2