diff --git a/jscover.log b/jscover.log new file mode 100644 index 0000000000..e69de29bb2 diff --git a/jscover.log.1 b/jscover.log.1 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/jscover.log.2 b/jscover.log.2 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/jscover.log.3 b/jscover.log.3 new file mode 100644 index 0000000000..e69de29bb2 diff --git a/lms/templates/lti.html b/lms/templates/lti.html index aca91d1dee..669f1e22cf 100644 --- a/lms/templates/lti.html +++ b/lms/templates/lti.html @@ -1,14 +1,18 @@ <%! import json %> <%! from django.utils.translation import ugettext as _ %> -
+
## This form will be hidden. - ## If open_in_a_new_page is false then, once available on the client, the LTI - ## module JavaScript will trigget a "submit" on the form, and the + ## If open_in_a_new_page is false then, once available on the client, the + ## LTI module JavaScript will trigger a "submit" on the form, and the ## result will be rendered to the below iFrame. - ## If open_in_a_new_page is true, then link will be shown, and by clicking on it, - ## LTI will pop up in new window. + ## If open_in_a_new_page is true, then link will be shown, and by clicking + ## on it, LTI will pop up in new window.