summaryrefslogtreecommitdiff
path: root/web-ui/app/js/main.js
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-08-07 18:01:01 -0300
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-08-08 13:44:44 -0300
commitbd624bdd14ef63186064b2e39fc422f328b24b26 (patch)
tree4a1ecee496baaf490354b5f11f222410ecf94379 /web-ui/app/js/main.js
parentb30c4434e50c4e3ac128cf04ce4935ca6c660037 (diff)
disables save draft, add tag, reply-section features
Diffstat (limited to 'web-ui/app/js/main.js')
-rw-r--r--web-ui/app/js/main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/app/js/main.js b/web-ui/app/js/main.js
index 22a11c3a..665416fc 100644
--- a/web-ui/app/js/main.js
+++ b/web-ui/app/js/main.js
@@ -20,7 +20,8 @@ requirejs.config({
'search': 'js/search',
'foundation': 'js/foundation',
'i18next': 'bower_components/i18next/i18next.amd',
- 'quoted-printable': 'bower_components/quoted-printable'
+ 'quoted-printable': 'bower_components/quoted-printable',
+ 'features': 'js/features/features'
}
});