diff options
author | Alexander Kabui | 2024-02-21 22:15:39 +0300 |
---|---|---|
committer | GitHub | 2024-02-21 22:15:39 +0300 |
commit | 9de0898d95c2942c468e21f9c859adb138f80820 (patch) | |
tree | d7d5534b0d95d4cd5067f76707de5da57bd9dd85 /gn2/wqflask/templates/edit_case_attributes.html | |
parent | d41e2561297f31824cdf241a617e3ce6bada6ef5 (diff) | |
parent | 847eb20e807ba7a33055917c81be867b8522fb76 (diff) | |
download | genenetwork2-9de0898d95c2942c468e21f9c859adb138f80820.tar.gz |
Merge pull request #834 from genenetwork/chores/replace-js-external-links
Replacing JS External Links with Guix Packages
Diffstat (limited to 'gn2/wqflask/templates/edit_case_attributes.html')
-rw-r--r-- | gn2/wqflask/templates/edit_case_attributes.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |