diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-08 01:47:56 +0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-08 02:08:42 +0800 |
| commit | 445a8fb1b6b6f410d1ea432da6d704bf2f59a14d (patch) | |
| tree | 5a8cc162780d0fc6ee47dfec70fa1364d934d52b /modules/gallery | |
| parent | 30b77b5714c66f1f73fb98b61f1b17e2c84ece53 (diff) | |
Change galleryPanel and galleryDialog widgets to gallery_panel and gallery_dialog respectively
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
Diffstat (limited to 'modules/gallery')
| -rw-r--r-- | modules/gallery/views/after_install.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/after_install.html.php b/modules/gallery/views/after_install.html.php index feb2d281..bfce46f0 100644 --- a/modules/gallery/views/after_install.html.php +++ b/modules/gallery/views/after_install.html.php @@ -16,7 +16,7 @@ title="<?= t("Edit Your Profile") ?>" id="gAfterInstallChangePasswordLink" class="gButtonLink ui-state-default ui-corners-all"><?= t("Change Password Now") ?></a> <script> - $("#gAfterInstallChangePasswordLink").galleryDialog(); + $("#gAfterInstallChangePasswordLink").gallery_dialog(); </script> </p> |
