mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Merge pull request #75 from ewatkins/patch-1
Change Disabled to Readonly for the save data string. This allows a fallback for is clipboard.js doesn't work properly.
This commit is contained in:
commit
62b6b9a131
@ -114,7 +114,7 @@
|
||||
take your data to another computer.
|
||||
</div>
|
||||
<p class="control has-addons">
|
||||
<input id="user-data-serialized" disabled class="input" type="text" placeholder="Save Data"
|
||||
<input id="user-data-serialized" readonly class="input" type="text" placeholder="Save Data"
|
||||
value="{{ user_data_serialized }}">
|
||||
<a class="button is-info copy" data-clipboard-target="#user-data-serialized">
|
||||
<span class="icon">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user