diff --git a/web/documentserver-example/nodejs/app.js b/web/documentserver-example/nodejs/app.js index a89427a1..28b1fbd3 100755 --- a/web/documentserver-example/nodejs/app.js +++ b/web/documentserver-example/nodejs/app.js @@ -1265,7 +1265,7 @@ app.get('/editor', (req, res) => { // define a handler for editing document // generate random code for plugin security dynamically let pluginsConfig; - if (mode == 'edit') { + if (mode === 'edit') { const updatedOptions = {}; if (plugins.options) { for (const pluginGuid in plugins.options) {