summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/js/openid-login.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/js/openid-login.js b/static/js/openid-login.js
new file mode 100644
index 0000000..93417c2
--- /dev/null
+++ b/static/js/openid-login.js
@@ -0,0 +1,4 @@
+$(document).ready(function() {
+ openid.img_path = '/3rdparty/openid-selector/images/';
+ openid.init('openid_identifier');
+});