editOnly should default to false

This commit is contained in:
Jordan 2011-11-25 21:24:00 -05:00
parent 6297e628eb
commit a491600487
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
"requireSession" : false,
/* Users may edit pads but not create new ones. Pad creation is only via the API. This applies both to group pads and regular pads. */
"editOnly" : true,
"editOnly" : false,
/* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly,
but makes it impossible to debug the javascript/css */

View File

@ -32,7 +32,7 @@
"requireSession" : false,
/* Users may edit pads but not create new ones. Pad creation is only via the API. This applies both to group pads and regular pads. */
"editOnly" : true,
"editOnly" : false,
/* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly,
but makes it impossible to debug the javascript/css */