diff options
-rw-r--r-- | gn2/wqflask/templates/base.html | 3 | ||||
-rw-r--r-- | gn2/wqflask/templates/collections/view.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/edit_case_attributes.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/gnqa.html | 3 | ||||
-rw-r--r-- | gn2/wqflask/templates/gsearch_gene.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/gsearch_pheno.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/list_case_attribute_diffs.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/list_case_attribute_diffs_error.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/oauth2/data-list-genotype.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/oauth2/data-list-mrna.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/oauth2/data-list-phenotype.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/search_result_page.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/show_trait.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/show_trait_error.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/view_case_attribute_diff.html | 2 | ||||
-rw-r--r-- | gn2/wqflask/templates/view_case_attribute_diff_error.html | 2 |
16 files changed, 16 insertions, 18 deletions
diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 23c3b01f..4c4308a3 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -456,8 +456,7 @@ required placeholder="Ask More Questions or Topics (E.g Genes) " value='' name=" }); </script> <script src="{{ url_for('js', filename='jquery-cookie/jquery.cookie.js') }}" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> - <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='colorbox/jquery.colorbox-min.js') }}"></script> + <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='jquery-ui/jquery-ui.min.js') }}"></script> <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='colorbox/jquery.colorbox-min.js') }}"></script> <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='js_alt/parsley.min.js') }}"></script> {% block js %} {% endblock %} diff --git a/gn2/wqflask/templates/collections/view.html b/gn2/wqflask/templates/collections/view.html index c850e163..7e74442f 100644 --- a/gn2/wqflask/templates/collections/view.html +++ b/gn2/wqflask/templates/collections/view.html @@ -3,7 +3,7 @@ {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('js', filename='DataTablesExtensions/buttonStyles/css/buttons.dataTables.min.css') }}"> - <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> + <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}"/> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> <link rel="stylesheet" type="text/css" href="/static/new/css/trait_list.css" /> {% endblock %} diff --git a/gn2/wqflask/templates/edit_case_attributes.html b/gn2/wqflask/templates/edit_case_attributes.html index 3c97b992..f6264818 100644 --- a/gn2/wqflask/templates/edit_case_attributes.html +++ b/gn2/wqflask/templates/edit_case_attributes.html @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> <style> diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index 51a9d732..f9884633 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -48,8 +48,7 @@ <script src="{{ url_for('js', filename='jquery/jquery.min.js') }}" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> -<script type="text/javascript"> + <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='jquery-ui/jquery-ui.min.js') }}"></script><script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { $("#gnqna_search").keypress(function(event) { diff --git a/gn2/wqflask/templates/gsearch_gene.html b/gn2/wqflask/templates/gsearch_gene.html index 6bc92377..50b48401 100644 --- a/gn2/wqflask/templates/gsearch_gene.html +++ b/gn2/wqflask/templates/gsearch_gene.html @@ -2,7 +2,7 @@ {% block title %}Search Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> - <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> + <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}"/> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> {% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/gsearch_pheno.html b/gn2/wqflask/templates/gsearch_pheno.html index a1fef2c8..91ea48a2 100644 --- a/gn2/wqflask/templates/gsearch_pheno.html +++ b/gn2/wqflask/templates/gsearch_pheno.html @@ -2,7 +2,7 @@ {% block title %}Search Results{% endblock %} {% block css %} <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> - <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> + <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}"/> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> {% endblock %} {% block content %} diff --git a/gn2/wqflask/templates/list_case_attribute_diffs.html b/gn2/wqflask/templates/list_case_attribute_diffs.html index f5c7482f..bb2658d1 100644 --- a/gn2/wqflask/templates/list_case_attribute_diffs.html +++ b/gn2/wqflask/templates/list_case_attribute_diffs.html @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> <style> diff --git a/gn2/wqflask/templates/list_case_attribute_diffs_error.html b/gn2/wqflask/templates/list_case_attribute_diffs_error.html index 6ca70984..faeb5d12 100644 --- a/gn2/wqflask/templates/list_case_attribute_diffs_error.html +++ b/gn2/wqflask/templates/list_case_attribute_diffs_error.html @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> <style> diff --git a/gn2/wqflask/templates/oauth2/data-list-genotype.html b/gn2/wqflask/templates/oauth2/data-list-genotype.html index c780a583..78939a72 100644 --- a/gn2/wqflask/templates/oauth2/data-list-genotype.html +++ b/gn2/wqflask/templates/oauth2/data-list-genotype.html @@ -8,7 +8,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> {%endblock%} diff --git a/gn2/wqflask/templates/oauth2/data-list-mrna.html b/gn2/wqflask/templates/oauth2/data-list-mrna.html index 0e163235..728e95d4 100644 --- a/gn2/wqflask/templates/oauth2/data-list-mrna.html +++ b/gn2/wqflask/templates/oauth2/data-list-mrna.html @@ -8,7 +8,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> {%endblock%} diff --git a/gn2/wqflask/templates/oauth2/data-list-phenotype.html b/gn2/wqflask/templates/oauth2/data-list-phenotype.html index 8c79c0d6..e5172c70 100644 --- a/gn2/wqflask/templates/oauth2/data-list-phenotype.html +++ b/gn2/wqflask/templates/oauth2/data-list-phenotype.html @@ -8,7 +8,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> {%endblock%} diff --git a/gn2/wqflask/templates/search_result_page.html b/gn2/wqflask/templates/search_result_page.html index c25c5c25..7287cde4 100644 --- a/gn2/wqflask/templates/search_result_page.html +++ b/gn2/wqflask/templates/search_result_page.html @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='fontawesome/css/font-awesome.min.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('js', filename='DataTablesExtensions/buttonStyles/css/buttons.dataTables.min.css') }}"> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='fontawesome/css/all.min.css') }}"/> - <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> + <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}"/> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> <link rel="stylesheet" type="text/css" href="static/new/css/trait_list.css" /> {% endblock %} diff --git a/gn2/wqflask/templates/show_trait.html b/gn2/wqflask/templates/show_trait.html index dd054ffc..899ee3d8 100644 --- a/gn2/wqflask/templates/show_trait.html +++ b/gn2/wqflask/templates/show_trait.html @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='d3-tip/d3-tip.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='nouislider/nouislider.min.css') }}" /> - <link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> + <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}"/> <link rel="stylesheet" type="text/css" href="/static/new/css/trait_list.css" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> diff --git a/gn2/wqflask/templates/show_trait_error.html b/gn2/wqflask/templates/show_trait_error.html index c924d1f1..550d3f46 100644 --- a/gn2/wqflask/templates/show_trait_error.html +++ b/gn2/wqflask/templates/show_trait_error.html @@ -8,7 +8,7 @@ <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='d3-tip/d3-tip.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='DataTables/css/jquery.dataTables.css') }}" /> <link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='nouislider/nouislider.min.css') }}" /> -<link href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" rel="stylesheet" type="text/css" /> +<link rel="stylesheet" type="text/css" href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}"/> <link rel="stylesheet" type="text/css" href="/static/new/css/trait_list.css" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> diff --git a/gn2/wqflask/templates/view_case_attribute_diff.html b/gn2/wqflask/templates/view_case_attribute_diff.html index 0b5c95f1..3ba9b314 100644 --- a/gn2/wqflask/templates/view_case_attribute_diff.html +++ b/gn2/wqflask/templates/view_case_attribute_diff.html @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> <style> diff --git a/gn2/wqflask/templates/view_case_attribute_diff_error.html b/gn2/wqflask/templates/view_case_attribute_diff_error.html index a10f7ab9..5edbe070 100644 --- a/gn2/wqflask/templates/view_case_attribute_diff_error.html +++ b/gn2/wqflask/templates/view_case_attribute_diff_error.html @@ -5,7 +5,7 @@ <link rel="stylesheet" type="text/css" href="/css/DataTables/css/jquery.dataTables.css" /> <link rel="stylesheet" type="text/css" - href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> + href="{{ url_for('css', filename='jquery-ui/jquery-ui.theme.css') }}" /> <link rel="stylesheet" type="text/css" href="/static/new/css/show_trait.css" /> <style> |