rename icon instead of changing the Javascript

That can take effect on Branchable without rebuilding ikiwiki.deb, and
the shorter name is perhaps nicer anyway.
master
Simon McVittie 2015-05-27 09:03:34 +01:00
parent f99a4b3545
commit 2f6f51cd66
3 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ It said the following element was not found:
Url: <https://ikiwiki.info/wikiicons/email.png>
<https://ikiwiki.info/ikiwiki.cgi?do=prefs>
> [[fixed|done]], the icon is really called `emaillogin.png` --[[smcv]]
> [[fixed|done]] --[[smcv]]

View File

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 685 B

View File

@ -8,7 +8,7 @@ This code is licenced under the New BSD License.
var selections_email_large = {
email: {
name: 'Email',
icon: 'wikiicons/emaillogin.png',
icon: 'wikiicons/email.png',
label: 'Enter your email address:',
url: null
}