Reverse conditional
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="eight columns" >
|
||||
<%
|
||||
let search = ''
|
||||
if (typeof q == 'undefined') {
|
||||
if (typeof q != 'undefined') {
|
||||
search = htmlEscape(q).replace(/\+/g, ' ')
|
||||
}
|
||||
%>
|
||||
|
||||
Reference in New Issue
Block a user