JS: Encode URLs shown in responsive debug element
This commit is contained in:
parent
11ea7d99d7
commit
dc6ea11415
|
@ -362,7 +362,7 @@
|
||||||
if (loading === '') {
|
if (loading === '') {
|
||||||
loading = '<br />Loading:<br />';
|
loading = '<br />Loading:<br />';
|
||||||
}
|
}
|
||||||
loading += el + ' => ' + req.url;
|
loading += el + ' => ' + encodeURI(req.url);
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#responsive-debug').html(
|
$('#responsive-debug').html(
|
||||||
|
|
Loading…
Reference in New Issue