diff --git a/analysis/templates/analysis/trio_wizard.html b/analysis/templates/analysis/trio_wizard.html index 6d0c49ce3..89a8326c5 100644 --- a/analysis/templates/analysis/trio_wizard.html +++ b/analysis/templates/analysis/trio_wizard.html @@ -178,7 +178,7 @@

Create Trio Wizard

-
Creating Trio...
+
Creating Trio...
diff --git a/annotation/templates/annotation/annotation_detail.html b/annotation/templates/annotation/annotation_detail.html index 055677fd0..9958b6b6a 100644 --- a/annotation/templates/annotation/annotation_detail.html +++ b/annotation/templates/annotation/annotation_detail.html @@ -163,7 +163,7 @@ {% labelled label=cwr.name %}
{% if cwr.import_status == 'I' %} - Import started: {{ cwr.import_date }} + Import started: {{ cwr.import_date }} {% else %} {% if user.is_superuser %} {% if cwr.import_status != 'S' %} @@ -194,9 +194,8 @@ type: "POST", url: Urls.load_cached_web_resource(cwr_name), success: function(data) { - const img = $("").attr("src", "{% static 'images/spinner.gif' %}"); const container = loadButton.parent(".cached-web-resource-container"); - container.empty().append(img); + container.html(''); } }); }); diff --git a/genes/templates/genes/coverage/qc_coverage.html b/genes/templates/genes/coverage/qc_coverage.html index 9ff91fefe..8cd8d505e 100644 --- a/genes/templates/genes/coverage/qc_coverage.html +++ b/genes/templates/genes/coverage/qc_coverage.html @@ -32,8 +32,7 @@ const GENOME_BUILD = "{{ genome_build.name }}"; function load_graph(url) { - const loading_icon = $('