r72839 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72838‎ | r72839 | r72840 >
Date:05:27, 12 September 2010
Author:yaron
Status:deferred
Tags:
Comment:
Removed comma from end of FancyBox parameters - breaks handling in IE
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormInputs.php (modified) (history)
  • /trunk/extensions/SemanticForms/includes/SF_FormUtils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
@@ -305,7 +305,7 @@
306306 'transitionOut' : 'none',
307307 'type' : 'iframe',
308308 'overlayColor' : '#222',
309 - 'overlayOpacity' : '0.8',
 309+ 'overlayOpacity' : '0.8'
310310 });
311311 }
312312 }
Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php
@@ -83,7 +83,7 @@
8484 'transitionOut' : 'none',
8585 'type' : 'iframe',
8686 'overlayColor' : '#222',
87 - 'overlayOpacity' : '0.8',
 87+ 'overlayOpacity' : '0.8'
8888 });
8989 });
9090 </script>

Status & tagging log