r71478 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71477‎ | r71478 | r71479 >
Date:13:09, 23 August 2010
Author:yaron
Status:deferred
Tags:
Comment:
Changed call to close window from Floatbox to FancyBox JS library
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_UploadWindow.php (modified) (history)
  • /trunk/extensions/SemanticForms/specials/SF_UploadWindow2.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow.php
@@ -578,7 +578,7 @@
579579 END;
580580 }
581581 $output .= <<<END
582 - parent.fb.end();
 582+ parent.jQuery.fancybox.close();
583583 </script>
584584
585585 END;
Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow2.php
@@ -417,7 +417,7 @@
418418 END;
419419 }
420420 $output .= <<<END
421 - parent.fb.end();
 421+ parent.jQuery.fancybox.close();
422422 </script>
423423
424424 END;
@@ -1076,4 +1076,4 @@
10771077 : 60;
10781078 }
10791079
1080 -}
\ No newline at end of file
 1080+}

Status & tagging log