vers. 2.4.2
This commit is contained in:
@@ -910,8 +910,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
const pathWithoutBase = currentPath.replace(BASE_PATH, '').replace(/^\//, '');
|
||||
const redirectParam = pathWithoutBase ? '&redirect=' + encodeURIComponent(pathWithoutBase) : '';
|
||||
|
||||
const width = 375;
|
||||
const height = 667;
|
||||
const width = 400;
|
||||
const height = 840;
|
||||
const left = (window.screen.width / 2) - (width / 2);
|
||||
const top = (window.screen.height / 2) - (height / 2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user