We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa8049c commit e044ee8Copy full SHA for e044ee8
src/DebugBar/Resources/widgets.js
@@ -837,6 +837,8 @@ if (typeof(PhpDebugBar) == 'undefined') {
837
$a.append(debugbar.getControl(key[0]).$badge.clone().css('display', 'inline-block').text(d));
838
}
839
$a.appendTo($badges).click(clickHandler);
840
+ } else if (key[1] === 'tooltip') {
841
+ debugbar.getControl(key[0]).set('tooltip', d);
842
843
844
});
0 commit comments