Widget:Sandbox: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 467: | Line 467: | ||
} | } | ||
function loadNextQuestion() { | function loadNextQuestion() { | ||
window.exam.examQuestions[]; | window.exam.examQuestions = []; | ||
if (window.exam.searchMethod === "Category") { | if (window.exam.searchMethod === "Category") { | ||
var api = new mw.Api(window.exam); | var api = new mw.Api(window.exam); |