-
Patch request
-
Resolution: Fixed
-
Trivial
-
None
-
3.4.13
-
None
common.js:
Please change the line 5402 (PopUp function)
from
var left = (screen.width - (width + 150)) / 2;
to
var left = window.screenX + ((screen.width - (width + 150)) / 2);
Or any other solution to make the popup windows open ON THE SAME monitor we are working on.
Please.