Widget:SandboxNew: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 119: | Line 119: | ||
} | } | ||
function examHandler(exam) { | function examHandler(exam) { | ||
if ( | if (exam === 'Queue') { | ||
queueExam(); | queueExam(); | ||
} else | } else { | ||
selectExam(exam); | selectExam(exam); | ||
} | } | ||