Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions components/rsptx/templates/admin/instructor/create_course.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,16 +312,6 @@ <h4 class="book-section">{{ section }}</h4>
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');
Expand Down