diff options
author | Danny Arends | 2020-05-07 02:50:23 -0500 |
---|---|---|
committer | Danny Arends | 2020-05-07 02:50:23 -0500 |
commit | 44ae636436c0fc577dfb72e0d7f93178a966f572 (patch) | |
tree | 661cf5f0f196593c3cce9daf2707f29bee4406ef /wqflask/utility/tools.py | |
parent | bcd0110bbf8d3e290023891852c21de3d5b7ebc6 (diff) | |
parent | 464ee0ad2d527afa3bb1cf273f37e4188293bb25 (diff) | |
download | genenetwork2-44ae636436c0fc577dfb72e0d7f93178a966f572.tar.gz |
Merge branch 'testing' of https://github.com/genenetwork/genenetwork2 into testing
Diffstat (limited to 'wqflask/utility/tools.py')
-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")) |