Skip to content

Commit 8c12ecc

Browse files
authored
Update application.hbs
1 parent 277843a commit 8c12ecc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/templates/application.hbs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
placeholder="Search"
2222
value=search
2323
autofocus="autofocus"
24-
tabindex="1"}}
24+
tabindex="1"
25+
required}}
2526
</form>
2627

2728
<div class='nav'>
@@ -101,7 +102,8 @@
101102
placeholder="Search"
102103
value=search
103104
autocorrect="off"
104-
tabindex="1"}}
105+
tabindex="1"
106+
required}}
105107
</form>
106108

107109
<div id="main" class='inner-content'>

0 commit comments

Comments
 (0)