diff options
Diffstat (limited to 'modules/gallery')
| -rw-r--r-- | modules/gallery/views/movieplayer.html.php | 2 | ||||
| -rw-r--r-- | modules/gallery/views/welcome_message.html.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/movieplayer.html.php b/modules/gallery/views/movieplayer.html.php index e9783eb8..f7af8d93 100644 --- a/modules/gallery/views/movieplayer.html.php +++ b/modules/gallery/views/movieplayer.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <?= html::anchor($item->file_url(true), "", $attrs) ?> -<script> +<script type="text/javascript"> flowplayer( "<?= $attrs["id"] ?>", { diff --git a/modules/gallery/views/welcome_message.html.php b/modules/gallery/views/welcome_message.html.php index b50163fa..24d01bab 100644 --- a/modules/gallery/views/welcome_message.html.php +++ b/modules/gallery/views/welcome_message.html.php @@ -21,7 +21,7 @@ class="g-button ui-state-default ui-corners-all"> <?= t("Change password now") ?> </a> - <script> + <script type="text/javascript"> $("#g-after-install-change-password-link").gallery_dialog(); </script> </p> |
