From Unreliable Monkey, 10 Years ago, written in Plain Text.
Embed
  1. //get the course_text from the options
  2.             if (that.options.course_text) {
  3.                 var course_text = that.options.course_text;
  4.             } else {
  5.                 // OMFG
  6.                 if(standardLibrary === 'nolibraryexists') {
  7.                     course_text = 'nolibraryexists';
  8.                 }