witten
/
luminotes
Archived
1
0
Fork 0

Now scrolling vertically to opened errors/messages.

This commit is contained in:
Dan Helfman 2008-03-03 21:11:01 +00:00
parent 2f0a96885e
commit 0790463b8d
1 changed files with 4 additions and 0 deletions

View File

@ -1534,6 +1534,8 @@ Wiki.prototype.display_message = function ( text, nodes, position_after ) {
else
appendChildNodes( "notes", div );
new ScrollTo( div );
return div;
}
@ -1572,6 +1574,8 @@ Wiki.prototype.display_error = function ( text, nodes, position_after ) {
else
appendChildNodes( "notes", div );
new ScrollTo( div );
return div;
}