Bug #3197273 Creating table with error does not show anything

This commit is contained in:
Marc Delisle
2011-03-09 17:15:40 -05:00
parent 9c78c34fde
commit 9deac3deb2

View File

@@ -1821,6 +1821,8 @@ $(document).ready(function() {
$('#properties_message')
.addClass('error')
.html(data.error);
// scroll to the div containing the error message
$('#properties_message')[0].scrollIntoView();
}
}) // end $.post()
} // end if ($form.hasClass('ajax')