Browse Source

Work on handling frontend settings

Torkel Ödegaard 11 years ago
parent
commit
cfabccc5f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/components/require.config.js

+ 1 - 1
src/app/components/require.config.js

@@ -6,7 +6,7 @@ require.config({
 
   paths: {
     app: 'p_app',
-    config:                   ['../../frontend/config'],
+    config:                   ['components/config'],
     settings:                 'components/settings',
     kbn:                      'components/kbn',
     store:                    'components/store',