diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-08-31 00:32:41 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-08-31 00:32:41 -0700 |
commit | 6d26b0dd6e900250072ca723c388cf3c5d987aeb (patch) | |
tree | 392f46f356e44c4900954e346c3b56a18be95dc6 /themes/admin_default/js/ui.init.js | |
parent | 2bf9b8ee550a805605f862c392839e49ae42f89d (diff) | |
parent | 12e00309cedb3ed4349ab70a38d64e2b439c5f20 (diff) |
Merge commit 'upstream/master'
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() { |