diff options
author | Simon Rettberg | 2018-04-27 14:00:57 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-04-27 14:00:57 +0200 |
commit | 1f18997b2d72a5aea772f0f9d6ddb61718fbd380 (patch) | |
tree | 2203e622952c64a44a649c6d611e4356af9abd81 /modules-available/js_stupidtable | |
parent | [locations] Restore row with unassigned machines (diff) | |
download | slx-admin-1f18997b2d72a5aea772f0f9d6ddb61718fbd380.tar.gz slx-admin-1f18997b2d72a5aea772f0f9d6ddb61718fbd380.tar.xz slx-admin-1f18997b2d72a5aea772f0f9d6ddb61718fbd380.zip |
Don't try to load non-existent style.css/clientscript.js
Diffstat (limited to 'modules-available/js_stupidtable')
-rw-r--r-- | modules-available/js_stupidtable/config.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules-available/js_stupidtable/config.json b/modules-available/js_stupidtable/config.json index 3cf0d162..5adc886f 100644 --- a/modules-available/js_stupidtable/config.json +++ b/modules-available/js_stupidtable/config.json @@ -1,7 +1,4 @@ { - "css": [ - "style.css" - ], "scripts": [ "clientscript.js" ], |