From 423fca2d5ffca1e953694793ad118589db1756d0 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 23 Jul 2010 05:54:50 -0700 Subject: Combine all the flex runtime libraries into a single downloadable file. Fixes ticket #1241. --- modules/organize/lib/Gallery3WebClient.swf | Bin 147776 -> 760853 bytes 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 modules/organize/lib/Gallery3WebClient.swf (limited to 'modules') diff --git a/modules/organize/lib/Gallery3WebClient.swf b/modules/organize/lib/Gallery3WebClient.swf old mode 100644 new mode 100755 index 40249a73..e6b70922 Binary files a/modules/organize/lib/Gallery3WebClient.swf and b/modules/organize/lib/Gallery3WebClient.swf differ -- cgit v1.2.3 From f699d2b38593311089d1636bf41bf91c1bd467f8 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 23 Jul 2010 05:56:59 -0700 Subject: Fix missing quoate in the organize dialog html template. --- modules/organize/views/organize_dialog.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index df388a16..4e8ada80 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -136,7 +136,7 @@ var pageHost = ((document.location.protocol == "https:") ? "https://" : "http://"); $("#flashContent").append("<?= t("Get Adobe Flash Player") ?>" ); + "alt='' />" ); -- cgit v1.2.3