diff options
author | zsloan | 2020-05-12 10:03:52 -0500 |
---|---|---|
committer | zsloan | 2020-05-12 10:03:52 -0500 |
commit | 79e95ef6a1d8fca8fb505ff09f1a85e2c2fd3afc (patch) | |
tree | dd0b4363239fcef0d1164d4b6c2983713e32f63d /wqflask/utility | |
parent | 2a2a14899beade4b2dff0c977162ddfe361841a4 (diff) | |
parent | 55f82e6f703d9af3e8b93d6c4930f3ce3681405f (diff) | |
download | genenetwork2-79e95ef6a1d8fca8fb505ff09f1a85e2c2fd3afc.tar.gz |
Merging Danny's changes and Bonface's changes to js imports
Diffstat (limited to 'wqflask/utility')
-rw-r--r-- | wqflask/utility/tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py index 2914d354..89d88516 100644 --- a/wqflask/utility/tools.py +++ b/wqflask/utility/tools.py @@ -292,7 +292,7 @@ JS_GUIX_PATH = get_setting("JS_GUIX_PATH") assert_dir(JS_GUIX_PATH) assert_dir(JS_GUIX_PATH+'/cytoscape-panzoom') -CSS_PATH = "UNKNOWN" +CSS_PATH = JS_GUIX_PATH # The CSS is bundled together with the JS # assert_dir(JS_PATH) JS_TWITTER_POST_FETCHER_PATH = get_setting("JS_TWITTER_POST_FETCHER_PATH",js_path("javascript-twitter-post-fetcher")) |