remove the small buttons for livejournal/flickr/wordpress/aol

None of these are commonly used openid providers, and the openid button
can be used to log in with any such openid provider.
master
Joey Hess 2015-05-13 12:38:48 -04:00
parent 1b79ccc71b
commit b8851008f1
5 changed files with 0 additions and 24 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 460 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 772 B

View File

@ -25,30 +25,6 @@ var providers_large = {
}
};
var providers_small = {
livejournal: {
name: 'LiveJournal',
icon: 'ikiwiki/openid/livejournal.png',
label: 'Enter your Livejournal username:',
url: 'http://{username}.livejournal.com/'
},
flickr: {
name: 'Flickr',
icon: 'ikiwiki/openid/goa-account-flickr.png',
label: 'Enter your Flickr username:',
url: 'http://flickr.com/photos/{username}/'
},
wordpress: {
name: 'Wordpress',
icon: 'ikiwiki/openid/wordpress.png',
label: 'Enter your Wordpress.com username:',
url: 'http://{username}.wordpress.com/'
},
aol: {
name: 'AOL',
icon: 'ikiwiki/openid/aol.png',
label: 'Enter your AOL username:',
url: 'http://openid.aol.com/{username}'
}
};
var providers = $.extend({}, providers_large, providers_small);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 886 B