diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-16 00:56:37 -0600 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-16 08:50:58 -0700 |
commit | 9ce46c1df60de90e1386acf313b05213795897eb (patch) | |
tree | b55e088542d70adb4f37eb7936169d058c0fb389 /themes/wind/js/ui.init.js | |
parent | 9693f703ecc4994362c3d484ba5bbf6b3a9941e3 (diff) |
Apply g-dialog-link class directly to login link markup, not via jQuery.
Diffstat (limited to 'themes/wind/js/ui.init.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 |