diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-03-02 14:07:53 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-02 14:07:53 -0800 |
commit | f3d37267861b0cb46e99b6206cf186f330de4ba7 (patch) | |
tree | c572a7c87139c76d91f0641c7739dae901763c50 /lib | |
parent | a81e85d3f178ad9081a5e6191d8f99370fdde123 (diff) | |
parent | 73139982c7be10789c27360913b4bc4cbd5cd38e (diff) |
Merge pull request #177 from shadlaws/fix_2032
#2032 - Fix short form submit/cancel button formatting.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gallery.common.js b/lib/gallery.common.js index c3d1362c..5ff6b397 100644 --- a/lib/gallery.common.js +++ b/lib/gallery.common.js @@ -202,6 +202,9 @@ $(".g-short-form input[type=submit]").addClass("ui-state-default ui-corner-right"); } + // Add the hover effect to the buttons + $.fn.gallery_hover_init(); + // Set the input value equal to label text if (input.val() == "") { input.val(label.html()); |