We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3f03d commit 672ada6Copy full SHA for 672ada6
src/mssql.html
@@ -416,10 +416,10 @@ <h3>Shameless request for beta testers...</h3>
416
return this.name ? 'node_label_italic' : ''
417
},
418
oneditprepare: function () {
419
- const node = this;
+ const node = this
420
if (typeof node.parseMustache === 'undefined') {
421
- node.parseMustache = true;
422
- $('#node-input-parseMustache').prop('checked', true);
+ node.parseMustache = true
+ $('#node-input-parseMustache').prop('checked', true)
423
}
424
//ensure node.query is a string otherwise editor wont initialise
425
if (typeof node.query !== 'string') node.query = ''
0 commit comments