From ed9fc65da482ecb561bf701073d36577f73994b4 Mon Sep 17 00:00:00 2001 From: Antonio Gonzalez Date: Sun, 29 Jan 2017 08:04:11 -0700 Subject: [PATCH] fix #1816 --- .../study_ajax/artifact_file_selector.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/qiita_pet/templates/study_ajax/artifact_file_selector.html b/qiita_pet/templates/study_ajax/artifact_file_selector.html index c341df246..059ef26f9 100644 --- a/qiita_pet/templates/study_ajax/artifact_file_selector.html +++ b/qiita_pet/templates/study_ajax/artifact_file_selector.html @@ -153,6 +153,7 @@ // Perform the first check to all the lists, given that we may be // prepopulating some of them check_files_lists(); + $('[data-toggle="tooltip"]').tooltip(); });
@@ -201,7 +207,9 @@

Available Files

    {% for fp in remaining %} -
  • {{fp}}
  • +
  • + {{fp}} +
  • {% end %}
@@ -211,7 +219,9 @@

{{ ft.replace('_', ' ') }}