Widget:WJG UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 121: | Line 121: | ||
}; | }; | ||
$(document).ready(ensureLoggedIn); | //$(document).ready(ensureLoggedIn); | ||
$(document).ready(function(){ | |||
// we call the function | |||
ensureLoggedIn(); | |||
}) | |||
</script> | </script> |