diff options
author | BonfaceKilz | 2020-05-06 01:24:36 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-05-06 01:24:36 +0300 |
commit | 8df6a19e487e31dfa4a184444e8eace11cda9b15 (patch) | |
tree | c99ae9b7ac399e524c4fb0ed7958342b6a768934 /wqflask/utility/tools.py | |
parent | bb1f1608edb23d5e5be16b5c4573d7696d985aff (diff) | |
download | genenetwork2-8df6a19e487e31dfa4a184444e8eace11cda9b15.tar.gz |
Replace CSS dependencies for datatables
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")) |