diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-22 15:56:43 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-22 15:56:43 -0400 |
| commit | dcdab8238719d5f6515cf39b6ada31420f83b0de (patch) | |
| tree | 9780be3cd8155407febf348b5f3271fe2078db9f /app/index.js | |
| parent | e97ee16a8d9189437a79e1076f7e9ea249ccc9b2 (diff) | |
| parent | 8d79bf977208b643b54de7abf56666844b934ef0 (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'app/index.js')
| -rw-r--r-- | app/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/index.js b/app/index.js index d487bd7..5ac88dd 100644 --- a/app/index.js +++ b/app/index.js @@ -40,7 +40,8 @@ function OKCMS(options) { var metaUser = options.meta || {}; var metaDefault = { - project: 'OKCMS' + project: 'OKCMS', + debug: debug }; var meta = assign({ |
