summaryrefslogtreecommitdiff
path: root/themes/wind/js/ui.init.js
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-20 11:15:53 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-20 11:15:53 -0700
commit1783c046924b1c54116dc626e5b50078780ca9c5 (patch)
tree252defc6103ce443b8f6d6cbaa85bcdcce157ee8 /themes/wind/js/ui.init.js
parent7938a57dbe1935731dccc945235b10bf5c002dd2 (diff)
Remove the title attribute for menus using JS since we're showing that
text anyway. This may be turn into an accessibility issue, but it's pretty annoying to have a tooltip show up with the text in it.
Diffstat (limited to 'themes/wind/js/ui.init.js')
-rw-r--r--themes/wind/js/ui.init.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/wind/js/ui.init.js b/themes/wind/js/ui.init.js
index 53b58516..a4fc0e2f 100644
--- a/themes/wind/js/ui.init.js
+++ b/themes/wind/js/ui.init.js
@@ -43,6 +43,9 @@ $(document).ready(function() {
});
}
+ // Remove titles for menu options since we're displaying that text anyway
+ $(".sf-menu a, .sf-menu li").removeAttr("title");
+
// Album and search results views
if ($("#g-album-grid").length) {
// Set equal height for album items and vertically align thumbnails/metadata