Commit 5d4deffc authored by JC Brand's avatar JC Brand

Define jed path in main.js, not locales.js

parent 0ca5f602
......@@ -8,7 +8,6 @@
(function (root, factory) {
require.config({
paths: {
"jed": "components/jed/jed",
"af": "locale/af/LC_MESSAGES/af",
"de": "locale/de/LC_MESSAGES/de",
"en": "locale/en/LC_MESSAGES/en",
......
config = {
baseUrl: '.',
paths: {
"jed": "components/jed/jed",
"jquery": "components/jquery/dist/jquery",
"jquery.browser": "components/jquery.browser/dist/jquery.browser",
"jquery.easing": "components/jquery-easing-original/jquery.easing.1.3", // XXX: Only required for https://conversejs.org website
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment