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/wind/js/ui.init.js | |
parent | 1c68190de0f148b27eacbfba8f1e290149e7dd1b (diff) |
Replaced gButtonLink with g-button.
Diffstat (limited to 'themes/wind/js/ui.init.js')
-rw-r--r-- | themes/wind/js/ui.init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/js/ui.init.js b/themes/wind/js/ui.init.js index c79e91bd..4a1962c0 100644 --- a/themes/wind/js/ui.init.js +++ b/themes/wind/js/ui.init.js @@ -49,7 +49,7 @@ $(document).ready(function() { // Apply styles and icon classes to gContextMenu if ($(".gContextMenu").length) { $(".gContextMenu li").addClass("ui-state-default"); - $(".gContextMenu a").addClass("gButtonLink ui-icon-left"); + $(".gContextMenu a").addClass("g-button ui-icon-left"); $(".gContextMenu a").prepend("<span class=\"ui-icon\"></span>"); $(".gContextMenu a span").each(function() { var iconClass = $(this).parent().attr("class").match(/ui-icon-.[^\s]+/).toString(); |