aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2015-05-13 21:55:47 +0000
committerzsloan2015-05-13 21:55:47 +0000
commit41b246998130411cd5179e331f631519af3156db (patch)
tree736168c7384a9864921d88d49ff456731fd058a1
parent5479718ce714a22eb3dbf795656cc69e66a8baee (diff)
downloadgenenetwork2-41b246998130411cd5179e331f631519af3156db.tar.gz
Fixed issue where you could change the Make Default button's text
-rwxr-xr-xwqflask/wqflask/templates/index_page.html2
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>