Removed a debugging statement! r54599 must use this too!
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 20:24:52 +0000 (20:24 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 20:24:52 +0000 (20:24 +0000)
skins/common/edit.js

index 2941b86..0bf0390 100644 (file)
@@ -150,7 +150,6 @@ function scrollEditBox() {
                if( scrollTop.value )
                        editBox.scrollTop = scrollTop.value;
                addHandler( editForm, 'submit', function() {
-                       alert(1);
                        document.getElementById( 'wpScrolltop' ).value = document.getElementById( 'wpTextbox1' ).scrollTop;
                } );
        }