mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 13:28:35 +01:00
More fixes
This commit is contained in:
parent
0071105c25
commit
5a6c2ac65d
@ -515,7 +515,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
||||
localStorage.setItem('phpdebugbar-height', this.$body.height());
|
||||
}
|
||||
|
||||
// bar visibility
|
||||
// bar visibility
|
||||
var open = localStorage.getItem('phpdebugbar-open');
|
||||
if(open && open == '0'){
|
||||
this.close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user