mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-16 21:08:34 +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');
|
||||
if (this.isTab(tab)) {
|
||||
this.showTab(tab);
|
||||
} else {
|
||||
this.showTab();
|
||||
}
|
||||
this.$el.removeClass(csscls('closed'));
|
||||
this.resize();
|
||||
|
Loading…
x
Reference in New Issue
Block a user