diff options
author | Simon Rettberg | 2016-07-04 15:35:46 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-07-04 15:35:46 +0200 |
commit | 06532bdb2a5bc754dc03561040b3dc240b47a946 (patch) | |
tree | 31e731cedf598c98341b8a4935a3cd6175cac975 /modules-available/exams | |
parent | Update docs (diff) | |
download | slx-admin-06532bdb2a5bc754dc03561040b3dc240b47a946.tar.gz slx-admin-06532bdb2a5bc754dc03561040b3dc240b47a946.tar.xz slx-admin-06532bdb2a5bc754dc03561040b3dc240b47a946.zip |
Rename js plugin modules to be prefixed with "js_"
Diffstat (limited to 'modules-available/exams')
-rw-r--r-- | modules-available/exams/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/exams/config.json b/modules-available/exams/config.json index c0077970..95d8aa3e 100644 --- a/modules-available/exams/config.json +++ b/modules-available/exams/config.json @@ -1,5 +1,5 @@ { "category":"main.content", - "dependencies": [ "locations", "visjs", "bootstrap_datepicker", "bootstrap_timepicker", "bootstrap_multiselect"], + "dependencies": [ "locations", "js_vis", "bootstrap_datepicker", "bootstrap_timepicker", "bootstrap_multiselect"], "permission": "0" } |