mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
JS: Encode URLs shown in responsive debug element
This commit is contained in:
parent
11ea7d99d7
commit
dc6ea11415
@ -362,7 +362,7 @@
|
||||
if (loading === '') {
|
||||
loading = '<br />Loading:<br />';
|
||||
}
|
||||
loading += el + ' => ' + req.url;
|
||||
loading += el + ' => ' + encodeURI(req.url);
|
||||
});
|
||||
|
||||
$('#responsive-debug').html(
|
||||
|
Loading…
x
Reference in New Issue
Block a user