Allow direct RfC creation.
This commit is contained in:
@ -15,8 +15,9 @@ var CodeOceanEditor = {
|
||||
ENTER_KEY_CODE: 13,
|
||||
|
||||
//Request-For-Comments-Configuration
|
||||
REQUEST_FOR_COMMENTS_DELAY: 3 * 60 * 1000,
|
||||
REQUEST_TOOLTIP_TIME: 5000,
|
||||
// TODO: Re-enable!
|
||||
REQUEST_FOR_COMMENTS_DELAY: 0, // 3 * 60 * 1000,
|
||||
REQUEST_TOOLTIP_TIME: 0, // 5000,
|
||||
|
||||
editors: [],
|
||||
editor_for_file: new Map(),
|
||||
|
Reference in New Issue
Block a user