Widget:WJG UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 125: | Line 125: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
// we call the function | // we call the function | ||
console.log('about to run ensureLoggedIn'); | |||
ensureLoggedIn(); | ensureLoggedIn(); | ||
console.log('finished running ensureLoggedIn'); | |||
}) | }) | ||