Skip to content

Commit a381f2a

Browse files
Update ProxyChoose.html
1 parent b819cf8 commit a381f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/ProxyChoose.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ <h2>JavaScript Randomizer For a Variable</h2>
66

77

88
<script>
9-
file = "https://altify-chs.netlify.app/html/socks4.txt"
109
const rndInt = Math.floor(Math.random() * 4) + 1
1110
if (rndInt == 1) text = 1;
1211
if (rndInt == 2) text = 2;
1312
if (rndInt == 3) text = 3;
1413
if (rndInt == 4) text = 4;
1514
alert(text);
15+
file = "https://altify-chs.netlify.app/html/socks4.txt"
1616
document.getElementById('file').onchange = function(){
1717
var file = this.files[0];
1818
var reader = new FileReader();

0 commit comments

Comments
 (0)