mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Fixed lint error
This commit is contained in:
parent
03fc22d3da
commit
e9c3bebfff
1 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ App.prototype.handleError = function(err) {
|
|||
App.prototype.setBakingStatus = function(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"),
|
||||
outputElement = document.querySelector("#output-text");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue