mirror of
https://github.com/moodle/moodle.git
synced 2025-06-01 05:35:55 +02:00
Modal dialogs need to be created with visible: false and then call .show() on it to make it visible. This prevents the page from jumping to the top.