We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94b481 commit ab83de1Copy full SHA for ab83de1
src/DebugBar/Resources/openhandler.js
@@ -77,6 +77,7 @@ if (typeof(PhpDebugBar) == 'undefined') {
77
var self = this;
78
var searchBtn = $('<button />')
79
.text('Search')
80
+ .attr('type', 'submit')
81
.on('click', function(e) {
82
self.$table.empty();
83
var search = {};
0 commit comments