1
0
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:
Sergey 2018-04-16 22:36:50 +03:00 committed by Barry vd. Heuvel
parent 3f311533b5
commit a406cbded3

View File

@ -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();