encodeURI -> encodeURIComponent

This commit is contained in:
rolux 2013-08-14 19:41:31 +00:00
commit e8d2280466
6 changed files with 10 additions and 10 deletions

View file

@ -15,7 +15,7 @@ pandora.ui.folderBrowserList = function(id, section) {
clickable: true,
format: function(value) {
return $('<img>').attr({
src: '/list/' + encodeURI(value) + '/icon.jpg'
src: '/list/' + encodeURIComponent(value) + '/icon.jpg'
}).css({
width: '14px',
height: '14px',