From 87230c8068892a714d4960dde957da04728180ef Mon Sep 17 00:00:00 2001 From: Cody Maggard Date: Mon, 16 Feb 2015 03:50:04 -0500 Subject: [PATCH] Fix Quicksearch on Enter Submit Existing code submitted the form without the 'action' => 'query' form data. This would cause a search to fail. I've moved that data into a hidden input so it will always be submitted regardless of submission method (click or enter). --- extension/js/salr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/js/salr.js b/extension/js/salr.js index bc291587..e5ca644f 100644 --- a/extension/js/salr.js +++ b/extension/js/salr.js @@ -1177,8 +1177,8 @@ SALR.prototype.addSearchThreadForm = function() { ''+ */ ''+ - //''+ - '' + ''+ + ''+ ''+ '';