mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
File loading progress is now updated
This commit is contained in:
parent
44c7a1e92d
commit
61d4c0ea63
3 changed files with 31 additions and 32 deletions
|
@ -779,9 +779,9 @@ class Utils {
|
|||
"`": "`"
|
||||
};
|
||||
|
||||
return str.replace(/[&<>"'`]/g, function (match) {
|
||||
return str ? str.replace(/[&<>"'`]/g, function (match) {
|
||||
return HTML_CHARS[match];
|
||||
});
|
||||
}) : str;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue