diff --git a/src/DebugBar/Resources/widgets.js b/src/DebugBar/Resources/widgets.js index 4fd69fa..a0cd288 100644 --- a/src/DebugBar/Resources/widgets.js +++ b/src/DebugBar/Resources/widgets.js @@ -353,7 +353,7 @@ if (typeof(PhpDebugBar) == 'undefined') { this.$list.$el.appendTo(this.$el); this.$toolbar = $('
').addClass(csscls('toolbar')).appendTo(this.$el); - $('') + $('') .on('change', function() { self.set('search', this.value); }) .appendTo(this.$toolbar);