Allow direct RfC creation.

This commit is contained in:
Sebastian Serth
2020-01-27 14:43:31 +01:00
parent 0eeef76e95
commit 6fbb5b3b1a

View File

@ -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(),