encodeURI -> encodeURIComponent
This commit is contained in:
parent
356a4b4505
commit
e8d2280466
6 changed files with 10 additions and 10 deletions
|
|
@ -183,7 +183,7 @@ pandora.ui.listInfo = function() {
|
|||
$icon = Ox.Element('<img>')
|
||||
.attr({
|
||||
src: list
|
||||
? '/' + folderItem.toLowerCase() + '/' + encodeURI(list) + '/icon256.jpg?' + Ox.uid()
|
||||
? '/' + folderItem.toLowerCase() + '/' + encodeURIComponent(list) + '/icon256.jpg?' + Ox.uid()
|
||||
: '/static/png/icon.png'
|
||||
})
|
||||
.css(getIconCSS())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue