JS: Encode URLs shown in responsive debug element

This commit is contained in:
Alexander A. Klimov 2016-02-19 14:27:14 +01:00
parent 11ea7d99d7
commit dc6ea11415
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@
if (loading === '') {
loading = '<br />Loading:<br />';
}
loading += el + ' => ' + req.url;
loading += el + ' => ' + encodeURI(req.url);
});
$('#responsive-debug').html(