diff --git a/application/views/scripts/schedule/add-show-form.phtml b/application/views/scripts/schedule/add-show-form.phtml
index 9d8613d7d..bd34fb341 100644
--- a/application/views/scripts/schedule/add-show-form.phtml
+++ b/application/views/scripts/schedule/add-show-form.phtml
@@ -1,7 +1,7 @@
diff --git a/public/js/airtime/schedule/add-show.js b/public/js/airtime/schedule/add-show.js
index 329391086..0299754ce 100644
--- a/public/js/airtime/schedule/add-show.js
+++ b/public/js/airtime/schedule/add-show.js
@@ -181,7 +181,7 @@ function setAddShowEvents() {
makeAddShowButton();
});
- form.find("#add-show-submit")
+ form.find(".add-show-submit")
.click(function(event){
event.preventDefault();