Skip to content
Snippets Groups Projects
Commit f3d895f8 authored by gnaegi's avatar gnaegi
Browse files

OO-2885 scroll to top when displaying the form dirty dialog

parent c8e525ab
No related branches found
No related tags found
No related merge requests found
......@@ -1314,6 +1314,7 @@ function o_removeIframe(id) {
*/
function o_showFormDirtyDialog(onIgnoreCallback) {
// open our form-dirty dialog
o_scrollToElement('#o_top');
jQuery("#o_form_dirty_message").modal('show');
jQuery("#o_form_dirty_message .o_form_dirty_ignore").on("click", function() {
// Remove dialog and all listeners for dirty button
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment