diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-25 23:35:11 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2012-02-25 23:35:11 +0100 |
commit | d1592be24041ff9e5b8185885ce42c17cf11a983 (patch) | |
tree | f25f4405299999f0de1d250df5c058074aec28c5 /static/js | |
parent | 995492e70d3bea9d260caf518a89ad53841115fd (diff) |
Make the OpenID login page fancier and easier to use.
Diffstat (limited to 'static/js')
-rw-r--r-- | static/js/openid-login.js | 4 |
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'); +}); |