diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-16 00:56:37 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-16 00:56:37 -0600 |
commit | eb3e36f1325785807e4e5d01dfdf51f0e3d8faef (patch) | |
tree | 3180a436090018d7a62a8306ab7414ed17da3f3b /themes/wind/js | |
parent | 568017d8ccd230a5075a5b3e02654e129b4929d0 (diff) |
Apply g-dialog-link class directly to login link markup, not via jQuery.
Diffstat (limited to 'themes/wind/js')
-rw-r--r-- | themes/wind/js/ui.init.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/wind/js/ui.init.js b/themes/wind/js/ui.init.js index f45ba84a..e9dd1dd9 100644 --- a/themes/wind/js/ui.init.js +++ b/themes/wind/js/ui.init.js @@ -20,7 +20,6 @@ $(document).ready(function() { $("#g-action-status li").gallery_show_message(); // Initialize dialogs - $("#g-login-link").addClass("g-dialog-link"); $(".g-dialog-link").gallery_dialog(); // Apply jQuery UI icon, hover, and rounded corner styles |