r54600 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54599‎ | r54600 | r54601 >
Date:20:24, 7 August 2009
Author:tparscal
Status:ok
Tags:
Comment:
Removed a debugging statement! r54599 must use this too!
Modified paths:
  • /trunk/phase3/skins/common/edit.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/edit.js
@@ -150,7 +150,6 @@
151151 if( scrollTop.value )
152152 editBox.scrollTop = scrollTop.value;
153153 addHandler( editForm, 'submit', function() {
154 - alert(1);
155154 document.getElementById( 'wpScrolltop' ).value = document.getElementById( 'wpTextbox1' ).scrollTop;
156155 } );
157156 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r54742Merge some fixes to Vector skin from trunk:...brion20:57, 10 August 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54599Opera 8 can't get a ref to a form element, so it was just spitting out errors...tparscal20:24, 7 August 2009

Status & tagging log