diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-01-24 18:14:28 -0500 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-01-24 18:14:28 -0500 |
| commit | 03535786307c60f0f79ce4f773c9c1a8e43826ed (patch) | |
| tree | 5ef1329cfaea5ab43dd9d28cb8aa48c0a34e1eed /modules/gallery/views | |
| parent | 86a2759062ee3dbf93f4c17c7499e3f506035047 (diff) | |
| parent | 98d09c3740f1c19e477a71bdb44791306d7bd05b (diff) | |
Merge branch 'master' of github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/movieplayer.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/movieplayer.html.php b/modules/gallery/views/movieplayer.html.php index 25cb9f58..edb5184c 100644 --- a/modules/gallery/views/movieplayer.html.php +++ b/modules/gallery/views/movieplayer.html.php @@ -18,7 +18,7 @@ $("#" + id).css({width: width, height: height}); }; // setup flowplayer - flowplayer(id, + flowplayer(id, $.extend(true, { "src": "<?= url::abs_file("lib/flowplayer.swf") ?>", "wmode": "transparent", |
