Commit 5277da76 by Damien Moulard

ALC: fix code error

parent 753ee908
Pipeline #2146 passed with stage
in 1 minute 31 seconds
...@@ -2371,7 +2371,7 @@ function quillify(params) { ...@@ -2371,7 +2371,7 @@ function quillify(params) {
/** /**
* Init object & dom for the info editor. * Init object & dom for the info editor.
* Await retrieving content. * Await retrieving content.
*/ */
async function init_info_editor() { async function init_info_editor() {
let info_content = await get_or_create_common_info(); let info_content = await get_or_create_common_info();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment