diff options
Diffstat (limited to 'src/scripts/starterWindow.js')
| -rw-r--r-- | src/scripts/starterWindow.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/starterWindow.js b/src/scripts/starterWindow.js index dd21624..ebc2c90 100644 --- a/src/scripts/starterWindow.js +++ b/src/scripts/starterWindow.js @@ -41,7 +41,7 @@ $(document).ready(function () { dialog.showErrorBox(heading, message); } function start(id) { - var templateURL = 'file://' + __dirname + `/templates/${id}.html`; + var templateURL = 'file://' + __dirname + `/templates/${id}/template.html`; var window = remote.getCurrentWindow(); window.setSize(monitorWidth * 0.75, monitorHeight * 0.75, false); |
