LimeSurvey: 3.x-LTS 54fe4045

Author Committer Branch Timestamp Parent
gabrieljenik GitHub 3.x-LTS 2020-09-07 07:41:00 3.x-LTS e75d2f37
Affected Issues  16588: False warning about the screen resolution
Changeset

Fixed issue 16588: False warning about the screen resolution (#1571)

The window size used for validation was only retrieved on "document ready" event of the login page.
Added a handler for the window resize event to keep the 'width' field updated until form sumbission.

mod - application/views/admin/authentication/login.php Diff File