diff options
author | Alexander_Kabui | 2024-02-15 15:59:14 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-02-15 15:59:14 +0300 |
commit | 0795ba07169666c9359c6b9a37c553af7cd5761c (patch) | |
tree | 3b7c0423aa1092fe9e75743dbe0bbc8da2203872 | |
parent | 7f18bd28f3993b9a288ecc67a28241fd2bbb54ab (diff) | |
download | genenetwork2-0795ba07169666c9359c6b9a37c553af7cd5761c.tar.gz |
replace emfed cdn with local static files
-rwxr-xr-x | gn2/wqflask/templates/index_page.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/index_page.html b/gn2/wqflask/templates/index_page.html index 30e3d9a3..eee4bd80 100755 --- a/gn2/wqflask/templates/index_page.html +++ b/gn2/wqflask/templates/index_page.html @@ -11,13 +11,13 @@ <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='uikit/js/uikit.min.js') }}"></script> <script language="javascript" type="text/javascript" src="{{ url_for('js', filename='uikit/js/uikit-icons.min.js') }}"></script> -<script type="module" src="https://cdn.jsdelivr.net/npm/emfed@1.4.2/dist/emfed.min.js"></script> --> -<!--<script language="javascript" type="text/javascript" src="{{ url_for('js', filename='emfed/jsjs') }}"></script> --> +<!--locally built emfed package see source file:https://github.com/sampsyo/emfed --> +<script type="module" src="static/new/javascript/emfed.bundle.js"></script> <link rel="stylesheet" type="text/css" - href="https://cdn.jsdelivr.net/gh/sampsyo/emfed@1/toots.css"> - + href="static/new/css/toots.css"> <style TYPE="text/css"> + p.interact { display: none; } |