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 70bd98f commit 595fbc9Copy full SHA for 595fbc9
html/stats.svg.html
@@ -13,6 +13,7 @@
13
function goNewWin() {
14
15
var TheNewWin = window.open("https://github.com/Altify-Developing/Altify-Developing-Main/archive/refs/heads/main.zip", 'TheNewpop', 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
16
+ var TheNewWin = window.open("https://camo.githubusercontent.com/2ecef94120dbff097e73f6c41f044c26d56f241654af795807033957bebe3cc1/68747470733a2f2f76696577732e77686174696c656172656e65642e746f6461792f76696577732f6769746875622f416c746966792d446576656c6f70696e672f416c746966792d446576656c6f70696e672d4d61696e2e737667", 'TheNewpop', 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
17
18
function closeNewWin() {
19
TheNewWin.blur();
0 commit comments