r61892 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61891‎ | r61892 | r61893 >
Date:22:11, 2 February 2010
Author:catrope
Status:deferred
Tags:
Comment:
Fix for r61877
Modified paths:
  • /trunk/extensions/UsabilityInitiative/Vector/Modules/EditWarning/EditWarning.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/Vector/Modules/EditWarning/EditWarning.js
@@ -19,7 +19,7 @@
2020 fallbackResult = fallbackWindowOnBeforeUnload();
2121 }
2222 // Check if their onbeforeunload hook returned something
23 - if ( fallbackResult !== null ) {
 23+ if ( fallbackResult !== undefined ) {
2424 // Exit here, returning their message
2525 return fallbackResult;
2626 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61877UsabilityInitiative: (bug 22298) IE shows confirmation dialog with text 'null...catrope21:25, 2 February 2010

Status & tagging log