diff options
Diffstat (limited to 'core/js/core.json')
-rw-r--r-- | core/js/core.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/core/js/core.json b/core/js/core.json new file mode 100644 index 00000000000..4beab7cf796 --- /dev/null +++ b/core/js/core.json @@ -0,0 +1,23 @@ +{ + "libraries": [ + "jquery-1.10.0.min.js", + "jquery-migrate-1.2.1.min.js", + "jquery-ui-1.10.0.custom.js", + "jquery-showpassword.js", + "jquery.infieldlabel.js", + "jquery.placeholder.js", + "jquery-tipsy.js" + ], + "modules": [ + "compatibility.js", + "jquery.ocdialog.js", + "oc-dialogs.js", + "js.js", + "octemplate.js", + "eventsource.js", + "config.js", + "multiselect.js", + "router.js", + "oc-requesttoken.js" + ] +} |