Skip to content

Commit

Permalink
Moved tooltip js
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstewart committed Aug 10, 2020
1 parent cff213c commit 910a0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions static/js/run-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
$(document).ready(function() {

$('[data-toggle="tooltip"]').tooltip();

$("#newPipeRunButton").on('click', function(e) {
// hide second part of form
$("#pipeRunConfigForm").hide();
Expand Down
5 changes: 0 additions & 5 deletions templates/generic_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,4 @@ <h5 class="modal-title m-0 font-weight-bold text-primary" id="exampleModalLabel"
{{ datatable|json_script:"datatable-conf" }}
<script src="{% static 'js/datatables-pipeline.min.js' %}"></script>

<script>
$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
{% endblock custom_page_scripts %}

0 comments on commit 910a0d6

Please sign in to comment.