matthewatdf
Results
1
comments of
matthewatdf
line **#738** needed to be changed as well for it to work: from: `if(query && query.length) {` to: `if((query && query.length) || (query == "" && showing_all_results())) {`