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.
2 parents 01f69ac + df5df39 commit 818aa4eCopy full SHA for 818aa4e
CHANGELOG.md
@@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file.
14
### Bugfixes
15
16
- Fix bug with nginx and phmyadmin not loading
17
+- Fix #2166 Search function broken
18
+- Update Quick installers to the last version
19
20
## [1.4.16] - Service release
21
web/js/app.js
@@ -1056,8 +1056,7 @@ function checkedAll(frmname) {
1056
1057
function doSearch(url) {
1058
var url = url || '/search/';
1059
- var loc = url + '?q=' + $('.search-input').val();
1060
-
+ var loc = url + '?q=' + $('.search-input').val().'&token='. $('input[name="token"]').val();
1061
location.href = loc;
1062
return false;
1063
}
0 commit comments