Repository: rave Updated Branches: refs/heads/master ae28a21df -> 6ae81b787
RAVE-1093 | Toolbar action contributions' tooltips don't appear Project: http://git-wip-us.apache.org/repos/asf/rave/repo Commit: http://git-wip-us.apache.org/repos/asf/rave/commit/2326aef7 Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/2326aef7 Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/2326aef7 Branch: refs/heads/master Commit: 2326aef7dbe8c0ddfe977f3f82df8fb1253af576 Parents: aab1719 Author: Stanton Sievers <[email protected]> Authored: Mon Aug 11 11:11:29 2014 -0400 Committer: Stanton Sievers <[email protected]> Committed: Mon Aug 11 11:11:29 2014 -0400 ---------------------------------------------------------------------- .../src/main/webapp/static/script/portal/rave_ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/rave/blob/2326aef7/rave-portal-resources/src/main/webapp/static/script/portal/rave_ui.js ---------------------------------------------------------------------- diff --git a/rave-portal-resources/src/main/webapp/static/script/portal/rave_ui.js b/rave-portal-resources/src/main/webapp/static/script/portal/rave_ui.js index 61bb950..97e0cde 100644 --- a/rave-portal-resources/src/main/webapp/static/script/portal/rave_ui.js +++ b/rave-portal-resources/src/main/webapp/static/script/portal/rave_ui.js @@ -972,7 +972,7 @@ define(["jquery", "underscore", "rave", } else { elem = "<a>" + label + "</a>"; } - return $(elem).attr("tooltip", tooltip); + return $(elem).attr("title", tooltip); } function insertWidgetToolbarAction(widgetId, label, image, tooltip, id, onSelected) {
