diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-30 22:32:23 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-30 22:32:23 -0600 |
commit | 93b542ccd8a64bdd037d0e4824be06cb9fe6ad49 (patch) | |
tree | f6ffb07d9122b4b912bef52478ae90f4557f1c38 | |
parent | 138ef5d65c31966dec9cfb72ea60cb80cd27991c (diff) |
Apply hover effect to buttons in progress indicator dialog.
-rw-r--r-- | modules/gallery/views/admin_maintenance_task.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_maintenance_task.html.php b/modules/gallery/views/admin_maintenance_task.html.php index 509e87b5..0f33d508 100644 --- a/modules/gallery/views/admin_maintenance_task.html.php +++ b/modules/gallery/views/admin_maintenance_task.html.php @@ -23,6 +23,7 @@ animation = null; delta = 1; } + $.fn.gallery_hover_init(); } update = function() { |