mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
Fixed lint error
This commit is contained in:
@@ -76,7 +76,7 @@ App.prototype.handleError = function(err) {
|
|||||||
App.prototype.setBakingStatus = function(bakingStatus) {
|
App.prototype.setBakingStatus = function(bakingStatus) {
|
||||||
this.baking = bakingStatus;
|
this.baking = bakingStatus;
|
||||||
|
|
||||||
var inputLoadingIcon = document.querySelector("#input .title .loading-icon"),
|
let inputLoadingIcon = document.querySelector("#input .title .loading-icon"),
|
||||||
outputLoadingIcon = document.querySelector("#output .title .loading-icon"),
|
outputLoadingIcon = document.querySelector("#output .title .loading-icon"),
|
||||||
outputElement = document.querySelector("#output-text");
|
outputElement = document.querySelector("#output-text");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user