This commit is contained in:
@ -173,7 +173,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function openImagePage() {
|
function openImagePage() {
|
||||||
window.open('/random.html', '_blank'); // Öffnet die neue Seite in einem neuen Tab
|
window.open('random.html', '_blank'); // Öffnet die neue Seite in einem neuen Tab
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user