mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 14:11:16 -09:00
add the semicolons
This commit is contained in:
parent
c80f35f796
commit
28f6946b3a
@ -4,9 +4,9 @@
|
||||
var oldF11 = HTMLElement.prototype.requestFullscreen;
|
||||
HTMLElement.prototype.requestFullscreen = function () {
|
||||
if (this instanceof HTMLBodyElement) {
|
||||
oldF11.apply(this, [])
|
||||
oldF11.apply(this, []);
|
||||
} else {
|
||||
document.body.requestFullscreen()
|
||||
document.body.requestFullscreen();
|
||||
}
|
||||
}
|
||||
})();
|
Loading…
x
Reference in New Issue
Block a user