1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00

More fixes

This commit is contained in:
Graham Campbell 2014-01-17 19:57:50 +00:00
parent 0071105c25
commit 5a6c2ac65d
2 changed files with 3 additions and 3 deletions

View File

@ -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();
@ -738,7 +738,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
isMinimized: function() {
return this.$el.hasClass(csscls('minimized'));
},
/**
* Close the debug bar
*

View File

@ -57,4 +57,4 @@ div.phpdebugbar-openhandler {
div.phpdebugbar-openhandler .phpdebugbar-openhandler-actions a {
margin: 0 10px;
color: #555;
}
}