|
@@ -124,7 +124,7 @@ lychee.loginDialog = function() {
|
|
|
<input class='text' name='username' autocomplete='username' type='text' value='' placeholder='username' autocapitalize='off' autocorrect='off'>
|
|
|
<input class='text' name='password' autocomplete='current-password' type='password' value='' placeholder='password'>
|
|
|
</p>
|
|
|
- <p class='version'>Lychee $${ lychee.version }<span> – <a target='_blank' href='$${ lychee.updateURL }'>Update available!</a><span></p>
|
|
|
+ <p class='version'>$${ lychee.version }<span> – <a target='_blank' href='$${ lychee.updateURL }'>Update available!</a><span></p>
|
|
|
`
|
|
|
|
|
|
basicModal.show({
|