diff options
Diffstat (limited to 'views/footer.php')
| -rw-r--r-- | views/footer.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/views/footer.php b/views/footer.php deleted file mode 100644 index 22c4631..0000000 --- a/views/footer.php +++ /dev/null @@ -1,16 +0,0 @@ - </article> -</body> -<script type="text/javascript"> - function eval_callbacks() { - if (authentication_response === null) { - setTimeout(eval_callbacks, 50); - } - else if (authentication_response !== "") { - for (callback of authentication_callbacks) { - callback(authentication_response); - } - } - } - eval_callbacks(); -</script> -</html> |
