From d1592be24041ff9e5b8185885ce42c17cf11a983 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 25 Feb 2012 23:35:11 +0100 Subject: Make the OpenID login page fancier and easier to use. --- static/js/openid-login.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/js/openid-login.js (limited to 'static') 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'); +}); -- cgit v1.2.3