From 910a0d653d1b8406b4eba14b31014286608a9a99 Mon Sep 17 00:00:00 2001 From: Adam Stewart Date: Mon, 10 Aug 2020 16:31:54 +1000 Subject: [PATCH] Moved tooltip js --- static/js/run-config.js | 2 ++ templates/generic_table.html | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/static/js/run-config.js b/static/js/run-config.js index 6621c9f78..188817140 100644 --- a/static/js/run-config.js +++ b/static/js/run-config.js @@ -1,5 +1,7 @@ $(document).ready(function() { + $('[data-toggle="tooltip"]').tooltip(); + $("#newPipeRunButton").on('click', function(e) { // hide second part of form $("#pipeRunConfigForm").hide(); diff --git a/templates/generic_table.html b/templates/generic_table.html index 7aa5b2a9c..2289c22a8 100644 --- a/templates/generic_table.html +++ b/templates/generic_table.html @@ -289,9 +289,4 @@