Skip to content

Commit

Permalink
Add readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
jespermhl committed May 27, 2024
1 parent 2d88713 commit 052ad2e
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions challenges/ragstoriches/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ <h2>Quick Facts</h2>
class="form-control"
id="originalCreator"
value="Simish Gamer"
placeholder="John Doe" />
placeholder="John Doe"
disabled
readonly />
<label for="originalCreator">
Original Creator
</label>
Expand All @@ -92,7 +94,9 @@ <h2>Quick Facts</h2>
class="form-control"
id="originalPost"
value="Posted on modthesims.info"
placeholder="Posted on ..." />
placeholder="Posted on ..."
disabled
readonly />
<label for="originalPost">
Original Post
</label>
Expand Down Expand Up @@ -120,7 +124,9 @@ <h2>Quick Facts</h2>
class="form-control"
id="originalCreationDate"
value="March 18, 2015"
placeholder="January 1, 1970" />
placeholder="January 1, 1970"
disabled
readonly />
<label for="originalCreationDate">
Original Creation Date
</label>
Expand All @@ -138,7 +144,9 @@ <h2>Quick Facts</h2>
class="form-control"
id="lastUpdated"
value="January 30, 2017"
placeholder="January 1, 1970" />
placeholder="January 1, 1970"
disabled
readonly />
<label for="lastUpdated">
Last updated by Original Creator on
</label>
Expand Down

0 comments on commit 052ad2e

Please sign in to comment.