summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-25 23:35:11 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-25 23:35:11 +0100
commitd1592be24041ff9e5b8185885ce42c17cf11a983 (patch)
treef25f4405299999f0de1d250df5c058074aec28c5 /static
parent995492e70d3bea9d260caf518a89ad53841115fd (diff)
Make the OpenID login page fancier and easier to use.
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');
+});