aboutsummaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/starterWindow.js2
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);