From: Trevor Parscal Date: Fri, 7 Aug 2009 20:24:52 +0000 (+0000) Subject: Removed a debugging statement! r54599 must use this too! X-Git-Tag: 1.31.0-rc.0~40431 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=f60929c6ba28cce3c237e5d861b4d967204fa032;p=lhc%2Fweb%2Fwiklou.git Removed a debugging statement! r54599 must use this too! --- diff --git a/skins/common/edit.js b/skins/common/edit.js index 2941b86b58..0bf03908b2 100644 --- a/skins/common/edit.js +++ b/skins/common/edit.js @@ -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; } ); }