r71986 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71985‎ | r71986 | r71987 >
Date:22:09, 30 August 2010
Author:yaron
Status:deferred
Tags:
Comment:
Just a further small edit to clarify that the last edit to this file was not related to preg_match(), but is rather a new version of this file by Stephan Gambke
Modified paths:
  • /trunk/extensions/SemanticForms/libs/SF_ajax_form_preview.js (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/libs/SF_ajax_form_preview.js
@@ -205,14 +205,14 @@
206206
207207 pv = visible;
208208
209 - while(pv.previousSibling) {
 209+ while (pv.previousSibling) {
210210 pv = pv.previousSibling;
211211 if (pv.style) pv.style.display="none";
212212 }
213213
214214 pv = visible;
215215
216 - while(pv.nextSibling) {
 216+ while (pv.nextSibling) {
217217 pv = pv.nextSibling;
218218 if (pv.style) pv.style.display="none";
219219 }

Status & tagging log