From 28ebae4525f35672acd6253b3022bdb8cdc1cbd1 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Wed, 28 Feb 2018 21:32:48 +0000 Subject: Update readme. Fix result parsing bug. Rearrange files - Prefix query result fields with an underscore to avoid clashing with JS builtin property/function names which causes issues with Tabulator - Move html files into their own dir --- instance-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instance-manager.js') diff --git a/instance-manager.js b/instance-manager.js index 96151ab..2debb57 100644 --- a/instance-manager.js +++ b/instance-manager.js @@ -13,7 +13,7 @@ function createNewConnection() { function registerNewInstance(payload) { tabGroup.addTab({ title: getTabTitle(payload.connectionConfig), - src: "file://" + __dirname + "/editor-instance.html", + src: "file://" + __dirname + "/html/editor-instance.html", visible: true, active: true, webviewAttributes: {"nodeintegration":true}, -- cgit v1.2.3