mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +01:00
Fix label on dataset tab (#637)
This commit is contained in:
parent
5c43aa2222
commit
b32d9984de
@ -798,7 +798,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
||||
|
||||
var clickHandler = function() {
|
||||
var debugbar = widget.get('debugbar');
|
||||
debugbar.showDataSet(meta['id']);
|
||||
debugbar.showDataSet(meta.id, debugbar.datesetTitleFormater.format('', data, meta.suffix, meta.nb));
|
||||
widget.$table.find('.' + csscls('active')).removeClass(csscls('active'));
|
||||
tr.addClass(csscls('active'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user