aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/scripts/starterWindow.js2
-rw-r--r--src/views/templates/blank/template.css0
-rw-r--r--src/views/templates/blank/template.html (renamed from src/views/templates/blank.html)0
-rw-r--r--src/views/templates/blank/template.js0
4 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);
diff --git a/src/views/templates/blank/template.css b/src/views/templates/blank/template.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/views/templates/blank/template.css
diff --git a/src/views/templates/blank.html b/src/views/templates/blank/template.html
index 7a07207..7a07207 100644
--- a/src/views/templates/blank.html
+++ b/src/views/templates/blank/template.html
diff --git a/src/views/templates/blank/template.js b/src/views/templates/blank/template.js
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/views/templates/blank/template.js