Widget:WJG UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
window.location.replace("http://wikidoc.org/index.php?title=Special:UserLogin&returnto=UserExamQuery"); | window.location.replace("http://wikidoc.org/index.php?title=Special:UserLogin&returnto=UserExamQuery"); | ||
} else { | } else { | ||
alert('running the query now'); | |||
runQuery(); | runQuery(); | ||
alert('Just finished running the query'); | |||
} | } | ||
}); | }); |