Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php |
— | — | @@ -305,7 +305,7 @@ |
306 | 306 | 'transitionOut' : 'none', |
307 | 307 | 'type' : 'iframe', |
308 | 308 | 'overlayColor' : '#222', |
309 | | - 'overlayOpacity' : '0.8', |
| 309 | + 'overlayOpacity' : '0.8' |
310 | 310 | }); |
311 | 311 | } |
312 | 312 | } |
Index: trunk/extensions/SemanticForms/includes/SF_FormInputs.php |
— | — | @@ -83,7 +83,7 @@ |
84 | 84 | 'transitionOut' : 'none', |
85 | 85 | 'type' : 'iframe', |
86 | 86 | 'overlayColor' : '#222', |
87 | | - 'overlayOpacity' : '0.8', |
| 87 | + 'overlayOpacity' : '0.8' |
88 | 88 | }); |
89 | 89 | }); |
90 | 90 | </script> |