A more precise description of the requireSession setting

This commit is contained in:
Jordan 2011-11-21 11:54:29 -05:00
parent 9850ba43ee
commit 5630889fb0
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
//the default text of a pad
"defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n",
/* Users must have a session to access pads. This effectively locks etherpad down to using only the API. */
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
"requireSession" : false,
/* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly,

View File

@ -28,7 +28,7 @@
//the default text of a pad
"defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n",
/* Users must have a session to access pads. This effectively locks etherpad down to using only the API. */
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
"requireSession" : false,
/* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly,