mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-24 10:12:54 +02:00
@@ -1,7 +1,4 @@
|
||||
/* Hide debugbar when printing a page */
|
||||
div.phpdebugbar {
|
||||
display: none;
|
||||
}
|
||||
@media print {
|
||||
div.phpdebugbar {
|
||||
display: none;
|
||||
|
@@ -491,7 +491,6 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
||||
}
|
||||
|
||||
var self = this;
|
||||
this.$el.css('display', 'block');
|
||||
this.$el.appendTo('body');
|
||||
this.$dragCapture = $('<div />').addClass(csscls('drag-capture')).appendTo(this.$el);
|
||||
this.$resizehdle = $('<div />').addClass(csscls('resize-handle')).appendTo(this.$el);
|
||||
|
Reference in New Issue
Block a user