1
0
Fork 0

fügte ein call hinzu um die prosition zurückzusdetzen

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-05-26 10:40:47 +02:00
Ursprung 239e2b1dde
Commit d73312713b

Datei anzeigen

@ -1,5 +1,6 @@
/// disablejump.js
(function() {
document.scrollingElement.scrollIntoView();
HTMLElement.prototype.scrollIntoView = function() {
console.debug("Tried to scroll");
};