diff options
author | d42 <d42@users.noreply.github.com> | 2018-04-25 21:42:37 +0200 |
---|---|---|
committer | d42 <d42@users.noreply.github.com> | 2018-04-25 21:42:37 +0200 |
commit | 10330601b8567a2ff1ecbce1df5ca10e7725f51e (patch) | |
tree | c70a39bd92e78865655b3acad5a609b898794149 | |
parent | 7e2bca899fa716990530e9601509ba4b8dc34820 (diff) | |
download | spejstore-10330601b8567a2ff1ecbce1df5ca10e7725f51e.tar.gz spejstore-10330601b8567a2ff1ecbce1df5ca10e7725f51e.tar.bz2 spejstore-10330601b8567a2ff1ecbce1df5ca10e7725f51e.tar.xz spejstore-10330601b8567a2ff1ecbce1df5ca10e7725f51e.zip |
smart search is ded
-rw-r--r-- | storage/templates/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/templates/index.html b/storage/templates/index.html index e68acf3..58a853d 100644 --- a/storage/templates/index.html +++ b/storage/templates/index.html @@ -10,10 +10,10 @@ <button class="btn btn-primary" type="submit"><i class="glyphicon glyphicon-search"></i></button> </span> </div> - <div class="text-right"> - <input type="checkbox" id="smartsearch" name="smartsearch"> - <label for="smartsearch">SmartSearch</label> - </div> + <!-- <div class="text-right"> --> + <!-- <input type="checkbox" id="smartsearch" name="smartsearch"> --> + <!-- <label for="smartsearch">SmartSearch</label> --> + <!-- </div> --> </form> </div> </div> |