diff options
author | Andy Lindeman <andy@highgroove.com> | 2011-04-23 15:48:10 -0400 |
---|---|---|
committer | Andy Lindeman <andy@highgroove.com> | 2011-04-23 16:20:54 -0400 |
commit | cc8d881973cf82dc4681ad4ceeae9b6eaa139f86 (patch) | |
tree | ec9114ccbe6279df6a21cde765e9e65af22154a5 /modules | |
parent | c1779a9e8f1a2c3cbda576815a37fd9b67b3c82c (diff) |
Add iPad/iPhone support for video playback
* Resolves #1634
Diffstat (limited to 'modules')
-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 5c280a36..96d6532c 100644 --- a/modules/gallery/views/movieplayer.html.php +++ b/modules/gallery/views/movieplayer.html.php @@ -22,5 +22,5 @@ } } } - ) + ).ipad(); </script> |