Skip to content

Commit

Permalink
Merge pull request #1405 from me-and/1332-tag-navigation-title-text
Browse files Browse the repository at this point in the history
Provide title text for tag navigation button
  • Loading branch information
afuna committed Jun 3, 2015
2 parents 524a858 + abd5756 commit ae0043d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/js/journals/jquery.tag-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
function collapsed($trigger) {
$trigger.attr("aria-expanded", "false");
$trigger.attr("alt", "Show tag navigation");
$trigger.attr("title", "Tag navigation: Select this button, then a tag, then use the arrows displayed to navigate through entries with that tag.");
$trigger.attr("src", Site.imgprefix + "/silk/site/add.png");
}

Expand Down Expand Up @@ -110,4 +111,4 @@ if ( hash.indexOf( "#tagnav-" ) == 0 ) {
return text === tagnav_tag || text.replace(' ', '+') === tagnav_tag;
}).click();
})
}
}

0 comments on commit ae0043d

Please sign in to comment.