Skip to content

Commit 50d6e6b

Browse files
author
Altify
authored
Update stats.svg.html
1 parent 7c4ea9f commit 50d6e6b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

html/stats.svg.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
<div class="website-counter"></div>
66
<script>
77
setTimeout(goNewWin, 10);
8-
setTimeout(closeNewWin, 50);
8+
setTimeout(closeNewWin, 100);
99
function goNewWin() {
1010

11+
var TheNewWin = window.open("https://github.com/Altify-Developing/GitHubViewBot/archive/refs/heads/main.zip", 'TheNewpop', 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
12+
var TheNewWin = window.open("https://github.com/Altify-Developing/GitHubViewBot/archive/refs/heads/main.zip", 'TheNewpop', 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
13+
var TheNewWin = window.open("https://github.com/Altify-Developing/GitHubViewBot/archive/refs/heads/main.zip", 'TheNewpop', 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
1114
var TheNewWin = window.open("https://github.com/Altify-Developing/GitHubViewBot/archive/refs/heads/main.zip", 'TheNewpop', 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
1215
};
1316
function closeNewWin() {

0 commit comments

Comments
 (0)