diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-29 17:32:34 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-29 17:32:34 -0600 |
commit | 75ee962c9e1b6a0c24928f80245430db71780a3d (patch) | |
tree | f6572a5f863c57b4cb7b0aa40dba1072f1dc5783 /lib | |
parent | 60cfa54b828b28b93473d583b8d00f8e9a87c691 (diff) |
Apply hover effect to dialog buttons.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.dialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index 67f3f02d..39c451e3 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -76,6 +76,7 @@ var eCancel = '<a href="#" class="gCancel">' + MSG_CANCEL + '</a>'; if ($("#gDialog .submit").length) { $("#gDialog .submit").addClass("ui-state-default ui-corner-all"); + $.fn.gallery_hover_init(); $("#gDialog .submit").parent().append(eCancel); $("#gDialog .gCancel").click(function(event) { $("#gDialog").dialog("close"); |