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