diff options
author | zsloan | 2015-05-13 21:55:47 +0000 |
---|---|---|
committer | zsloan | 2015-05-13 21:55:47 +0000 |
commit | 41b246998130411cd5179e331f631519af3156db (patch) | |
tree | 736168c7384a9864921d88d49ff456731fd058a1 /wqflask | |
parent | 5479718ce714a22eb3dbf795656cc69e66a8baee (diff) | |
download | genenetwork2-41b246998130411cd5179e331f631519af3156db.tar.gz |
Fixed issue where you could change the Make Default button's text
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/wqflask/templates/index_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/index_page.html b/wqflask/wqflask/templates/index_page.html index cb29a07c..feb4de14 100755 --- a/wqflask/wqflask/templates/index_page.html +++ b/wqflask/wqflask/templates/index_page.html @@ -34,7 +34,7 @@ <select name="species" id="species" class="form-control selectpicker span3" style="width: 280px !important;"></select> </div> <div class="col-xs-4"> - <input id="make_default" class="btn btn-primary form-control" value="Make Default"> + <button type="button" id="make_default" class="btn btn-primary form-control">Make Default</button> </div> </div> </div> |