diff --git a/code/html/custom.js b/code/html/custom.js
index b2e90172..85bde849 100644
--- a/code/html/custom.js
+++ b/code/html/custom.js
@@ -662,7 +662,7 @@ function addSchedule(event) {
var template = $("#scheduleTemplate").children();
var line = $(template).clone();
- var type = (1 === event.data.schType) ? "switch" : "light";
+ var type = ("1" === event.data.schType) ? "switch" : "light";
template = $("#" + type + "ActionTemplate").children();
var actionLine = template.clone();