http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72839

Revision: 72839
Author:   yaron
Date:     2010-09-12 05:27:29 +0000 (Sun, 12 Sep 2010)

Log Message:
-----------
Removed comma from end of FancyBox parameters - breaks handling in IE

Modified Paths:
--------------
    trunk/extensions/SemanticForms/includes/SF_FormInputs.php
    trunk/extensions/SemanticForms/includes/SF_FormUtils.php

Modified: trunk/extensions/SemanticForms/includes/SF_FormInputs.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_FormInputs.php   2010-09-12 
04:35:40 UTC (rev 72838)
+++ trunk/extensions/SemanticForms/includes/SF_FormInputs.php   2010-09-12 
05:27:29 UTC (rev 72839)
@@ -83,7 +83,7 @@
                'transitionOut' : 'none',
                'type'          : 'iframe',
                'overlayColor'  : '#222',
-               'overlayOpacity' : '0.8',
+               'overlayOpacity' : '0.8'
        });
 });
 </script>

Modified: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
===================================================================
--- trunk/extensions/SemanticForms/includes/SF_FormUtils.php    2010-09-12 
04:35:40 UTC (rev 72838)
+++ trunk/extensions/SemanticForms/includes/SF_FormUtils.php    2010-09-12 
05:27:29 UTC (rev 72839)
@@ -305,7 +305,7 @@
                        'transitionOut' : 'none',
                        'type'          : 'iframe',
                        'overlayColor'  : '#222',
-                       'overlayOpacity' : '0.8',
+                       'overlayOpacity' : '0.8'
                });
        }
 }



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to