diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 17:13:59 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 17:13:59 -0700 |
commit | 1747335bde4b0bff81a8ee6569b1c76f01a7e638 (patch) | |
tree | 739e97f11e524c768007319ed308083ee4662690 /themes/admin_default/js/ui.init.js | |
parent | c10b5cc69cc0e9a38fc3968abf293089add26599 (diff) | |
parent | 1e79ca2dcbad102aab876169f706e7c5eef587f3 (diff) |
Merge branch 'master' of git@github.com:/gallery/gallery3
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() { |