We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68162d2 commit 0388892Copy full SHA for 0388892
app.js
@@ -290,8 +290,8 @@ class SQLMapGenerator {
290
const tor = document.getElementById('tor').checked;
291
if (tor) config['--tor'] = tor;
292
293
- const checTor = document.getElementById('checkTor').checked;
294
- if (checTor) config['--check-tor'] = checTor;
+ const checkTor = document.getElementById('checkTor').checked;
+ if (checkTor) config['--check-tor'] = checkTor;
295
296
const torPort = document.getElementById('torPort').value.trim();
297
if (torPort) config['--tor-port'] = torPort;
0 commit comments