Reverse conditional

This commit is contained in:
2021-01-07 11:22:50 -08:00
parent 151db97d21
commit b7e924448f
+1 -1
View File
@@ -10,7 +10,7 @@
<div class="eight columns" >
<%
let search = ''
if (typeof q == 'undefined') {
if (typeof q != 'undefined') {
search = htmlEscape(q).replace(/\+/g, ' ')
}
%>