diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 08:04:49 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-30 08:04:49 -0600 |
commit | 72672bda39b76dae698805c3e0e6efdbdcf21105 (patch) | |
tree | 39cc17e31d08f3807a01ad6edc6a5dee717d9728 /themes/admin_wind/js | |
parent | 1c68190de0f148b27eacbfba8f1e290149e7dd1b (diff) |
Replaced gButtonLink with g-button.
Diffstat (limited to 'themes/admin_wind/js')
-rw-r--r-- | themes/admin_wind/js/ui.init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_wind/js/ui.init.js b/themes/admin_wind/js/ui.init.js index c6379c09..d9b011bd 100644 --- a/themes/admin_wind/js/ui.init.js +++ b/themes/admin_wind/js/ui.init.js @@ -37,7 +37,7 @@ $(document).ready(function(){ if ($("#gAdminCommentsMenu").length) { $("#gAdminCommentsMenu ul").removeClass("gMenu").removeClass("sf-menu"); $("#gAdminCommentsMenu").addClass("gButtonSet"); - $("#gAdminCommentsMenu a").addClass("gButtonLink ui-state-default"); + $("#gAdminCommentsMenu a").addClass("g-button ui-state-default"); $("#gAdminCommentsMenu ul li:first a").addClass("ui-corner-left"); $("#gAdminCommentsMenu ul li:last a").addClass("ui-corner-right"); } |