Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow.php |
— | — | @@ -578,7 +578,7 @@ |
579 | 579 | END; |
580 | 580 | } |
581 | 581 | $output .= <<<END |
582 | | - parent.fb.end(); |
| 582 | + parent.jQuery.fancybox.close(); |
583 | 583 | </script> |
584 | 584 | |
585 | 585 | END; |
Index: trunk/extensions/SemanticForms/specials/SF_UploadWindow2.php |
— | — | @@ -417,7 +417,7 @@ |
418 | 418 | END; |
419 | 419 | } |
420 | 420 | $output .= <<<END |
421 | | - parent.fb.end(); |
| 421 | + parent.jQuery.fancybox.close(); |
422 | 422 | </script> |
423 | 423 | |
424 | 424 | END; |
— | — | @@ -1076,4 +1076,4 @@ |
1077 | 1077 | : 60; |
1078 | 1078 | } |
1079 | 1079 | |
1080 | | -} |
\ No newline at end of file |
| 1080 | +} |