Skip to content

Commit 9cd974a

Browse files
Update ProxyChoose.html
1 parent b66083c commit 9cd974a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

html/ProxyChoose.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ <h2>JavaScript Randomizer For a Variable</h2>
88
<script>
99
const lineReader = require('line-reader');
1010
const rndInt = Math.floor(Math.random() * 4) + 1
11-
if (rndInt == 1) line = 1;
12-
if (rndInt == 2) line = 2;
13-
if (rndInt == 3) line = 3;
14-
if (rndInt == 4) line = 4;
15-
alert(line);
11+
if (rndInt == 1) text = 1;
12+
if (rndInt == 2) text = 2;
13+
if (rndInt == 3) text = 3;
14+
if (rndInt == 4) text = 4;
15+
alert(text);
1616
lineReader.eachLine('https://altify-chs.netlify.app/html/socks4.txt',(line,last)=>{
1717
alert(line);
1818
})

0 commit comments

Comments
 (0)