forked from 0x2620/pandora
encodeURI -> encodeURIComponent
This commit is contained in:
parent
356a4b4505
commit
e8d2280466
6 changed files with 10 additions and 10 deletions
|
|
@ -561,7 +561,7 @@ pandora.ui.home = function() {
|
|||
|
||||
function getImageURL(item) {
|
||||
return '/' + item.type + '/' + item.user
|
||||
+ ':' + encodeURI(item.name) + '/icon256.jpg?' + item.modified;
|
||||
+ ':' + encodeURIComponent(item.name) + '/icon256.jpg?' + item.modified;
|
||||
}
|
||||
|
||||
function getTooltip(item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue