diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-30 21:57:04 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-30 21:57:04 -0600 |
commit | 138ef5d65c31966dec9cfb72ea60cb80cd27991c (patch) | |
tree | a90bd69bc551d6c891d08479e66d0f1629aded96 /themes/admin_default/js/ui.init.js | |
parent | 31dcdcc6ad6ce47c03265f3d6e499774a17ff727 (diff) |
Remove jquery.dropshadow. It's only used in one place, not worth keeping.
Diffstat (limited to 'themes/admin_default/js/ui.init.js')
-rw-r--r-- | themes/admin_default/js/ui.init.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/admin_default/js/ui.init.js b/themes/admin_default/js/ui.init.js index daa6dd70..1e09fd9f 100644 --- a/themes/admin_default/js/ui.init.js +++ b/themes/admin_default/js/ui.init.js @@ -47,9 +47,6 @@ $(document).ready(function(){ $(".gAvailable .gBlock").addClass("ui-corner-all"); $(".gUnavailable").addClass("ui-corner-all"); - // Add drop shadows - $(".gSelected").dropShadow(); - // Add hover state for buttons $(".ui-state-default").hover( function() { |