mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-29 11:17:52 +01:00
Fix IE resize
This commit is contained in:
parent
93bf73ad0f
commit
12e8d33622
@ -414,6 +414,8 @@ if (typeof(PhpDebugBar) == 'undefined') {
|
||||
* @this {DebugBar}
|
||||
*/
|
||||
registerResizeHandler: function() {
|
||||
if (typeof this.resize.bind == 'undefined') return;
|
||||
|
||||
var f = this.resize.bind(this);
|
||||
this.respCSSSize = 0;
|
||||
$(window).resize(f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user