LimeSurvey: master 6e468f59

Author Committer Branch Timestamp Parent
gabrieljenik GitHub master 2020-09-07 07:33:16 master b822442b
Affected Issues  16636: False warning about the screen resolution
Changeset

Fixed issue 16636: False warning about the screen resolution (#1570)

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