FIX: make theme import's public key field `readonly` (#6424)

`disabled` attribute prevents the user from clicking or selecting in the
control whereas `readonly` does not.
This commit is contained in:
Kyle Zhao 2018-09-24 09:12:49 +08:00 committed by GitHub
parent a530606da7
commit e2462ada68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
{{#if publicKey}}
<div class='public-key'>
{{i18n 'admin.customize.theme.public_key'}}
{{textarea disabled=true value=publicKey}}
{{textarea readonly=true value=publicKey}}
</div>
{{/if}}
{{/if}}