diff --git a/components/rsptx/templates/admin/instructor/create_course.html b/components/rsptx/templates/admin/instructor/create_course.html
index 7c48bb94..5a8d0fed 100644
--- a/components/rsptx/templates/admin/instructor/create_course.html
+++ b/components/rsptx/templates/admin/instructor/create_course.html
@@ -312,16 +312,6 @@
{{ section }}
return true;
});
- document.getElementById('invoice-me').addEventListener('change', function () {
- if (this.checked) {
- let res = confirm("Checking this box means you want us to email you an Invoice (Thank you!!). If you want to keep using Runestone for free just click cancel");
- if (res === true) {
- this.checked = false;
- }
- }
- });
-
-
// Book filter logic
function setupBookFilter() {
var filterInput = document.getElementById('bookFilter');