Skip to content

Commit e4bec19

Browse files
authored
Update main.js
1 parent cf966c2 commit e4bec19

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

main.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
localStorage.totalTarget = 0;
2-
3-
if (localStorage.totalTarget === 1) {
4-
5-
} else {
6-
localStorage.totalTarget = 1;
71
var target = prompt("target");
82
var uri = prompt("uri");
9-
}
103

114
function imgflood() {
125
var TARGET = target;

0 commit comments

Comments
 (0)