diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-11 00:15:04 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-11 00:15:04 -0600 |
| commit | 3e3bbd5d2e71419109eaecc0677962e9efa0b59a (patch) | |
| tree | d0b42bdfdf5127194043b92f72dc113ce516e180 /themes/admin_default | |
| parent | e3a58b76c14c64a5254f4efd73730866818bd0b3 (diff) | |
| parent | cbba45fffc7368280e9529f55e108d0080175b6a (diff) | |
Merge branch 'master' of git@github.com:bharat/gallery3
Diffstat (limited to 'themes/admin_default')
| -rw-r--r-- | themes/admin_default/js/ui.init.js | 3 | ||||
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/themes/admin_default/js/ui.init.js b/themes/admin_default/js/ui.init.js index e52f0c4c..daa6dd70 100644 --- a/themes/admin_default/js/ui.init.js +++ b/themes/admin_default/js/ui.init.js @@ -19,6 +19,9 @@ $(document).ready(function(){ // Initialize modal dialogs $(".gDialogLink").gallery_dialog(); + // Initialize ajax links + $(".gDialogLink").gallery_ajax(); + // Initialize panels $(".gPanelLink").gallery_panel(); diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index d27f9260..3f4128cb 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -25,6 +25,7 @@ <script type="text/javascript"> var MSG_CANCEL = "<?= t('Cancel') ?>"; </script> + <?= $theme->script("gallery.ajax.js") ?> <?= $theme->script("gallery.dialog.js") ?> <?= $theme->script("superfish/js/superfish.js") ?> <?= $theme->script("jquery.dropshadow.js") ?> |
