aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/index/index.html.erb')
-rw-r--r--app/views/index/index.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/index/index.html.erb b/app/views/index/index.html.erb
index f8d7e46..61953bf 100644
--- a/app/views/index/index.html.erb
+++ b/app/views/index/index.html.erb
@@ -111,8 +111,8 @@
</div><!-- /.col-lg-6 -->
<div class="col-lg-2">
- <span class="pgo-query-delete-btn fa fa-trash pull-right" style="font-size: 20px;margin-top:5px;" onclick="deleteInput(this);"></span>
- <span class="pgo-query-add-btn fa fa-plus pull-right" style="font-size: 20px;margin-top:5px;" onclick="addInput();"></span>
+ <span class="pgo-query-delete-btn fa fa-trash pull-right" style="font-size: 20px;margin-top:5px;"></span>
+ <span class="pgo-query-add-btn fa fa-plus pull-right" style="font-size: 20px;margin-top:5px;"></span>
</div>
</div><!-- /.row -->
@@ -124,7 +124,7 @@
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
- <button type="button" class="btn btn-primary" onclick="buildAdvancedQuery();" data-dismiss="modal">Apply</button>
+ <button id="buildAdvancedQuery" type="button" class="btn btn-primary" data-dismiss="modal">Apply</button>
</div>
</div>
</div>