diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/search.html b/views/search.html index 44d496c..5cf0483 100644 --- a/views/search.html +++ b/views/search.html @@ -10,7 +10,7 @@ <h1>National Law of {{.Country.Name}}</h1> {{if .Country.HasPlaceholder}} <form autocomplete="off"> - <input id=search name=q autofocus> + <input id=search name=q autofocus {{if .HasJSONLaws}}data-json{{end}}> <ul id=suggestions></ul> </form> {{else}} |