mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
Fix maximize-btn then 'phpdebugbar-tab' does't set. (#376)
This commit is contained in:
parent
3f311533b5
commit
a406cbded3
@ -825,6 +825,8 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
|||||||
var tab = localStorage.getItem('phpdebugbar-tab');
|
var tab = localStorage.getItem('phpdebugbar-tab');
|
||||||
if (this.isTab(tab)) {
|
if (this.isTab(tab)) {
|
||||||
this.showTab(tab);
|
this.showTab(tab);
|
||||||
|
} else {
|
||||||
|
this.showTab();
|
||||||
}
|
}
|
||||||
this.$el.removeClass(csscls('closed'));
|
this.$el.removeClass(csscls('closed'));
|
||||||
this.resize();
|
this.resize();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user