Skip to content

Commit 3702de0

Browse files
committed
debugging
1 parent 7d678ec commit 3702de0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/assets/javascripts/textbooks.js

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@
186186
};
187187

188188
handle_generate_textbook = function () {
189+
console.log("working on standalone textbook")
189190
var organization_id, course_id, term_id, label, inst_book_id, fd, messages, url;
190191
messages = check_completeness(true);
191192
if (messages.length !== 0) {

app/views/textbooks/_form.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.form-group
55
.col-xs-offset-2.col-xs-3
66
%h4
7-
View the
7+
View the
88
%a{href: home_guide_path}
99
instructor's guide
1010
for more information.

0 commit comments

Comments
 (0)