- //get the course_text from the options
- if (that.options.course_text) {
- var course_text = that.options.course_text;
- } else {
- // OMFG
- if(standardLibrary === 'nolibraryexists') {
- course_text = 'nolibraryexists';
- }
//get the course_text from the options if (that.options.course_text) { var course_text = that.options.course_text; } else { // OMFG if(standardLibrary === 'nolibraryexists') { course_text = 'nolibraryexists'; }