File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ All notable changes to this project will be documented in this file.
1414### Bugfixes
1515
1616- Fix bug with nginx and phmyadmin not loading
17+ - Fix #2166 Search function broken
18+ - Update Quick installers to the last version
1719
1820## [ 1.4.16] - Service release
1921
Original file line number Diff line number Diff line change @@ -1055,9 +1055,10 @@ function checkedAll(frmname) {
10551055}
10561056
10571057function doSearch ( url ) {
1058+ console . log ( url ) ;
1059+ return false ;
10581060 var url = url || '/search/' ;
1059- var loc = url + '?q=' + $ ( '.search-input' ) . val ( ) ;
1060-
1061+ var loc = url + '?q=' + $ ( '.search-input' ) . val ( ) . '&token=' . $ ( 'input[name="token"]' ) . val ( ) ;
10611062 location . href = loc ;
10621063 return false ;
10631064}
You can’t perform that action at this time.
0 commit comments