2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-05 01:53:36 +00:00

Merge branch 'master' into v9

This commit is contained in:
n1474335
2019-07-05 12:30:28 +01:00
22 changed files with 384 additions and 264 deletions

View File

@@ -81,7 +81,7 @@ class SeasonalWaiter {
</div>`;
optionsBody.appendChild(optionItem);
if (!this.app.options.hasOwnProperty("clippy")) {
if (!("clippy" in this.app.options)) {
this.app.options.clippy = true;
}