Skip to content

Commit

Permalink
removed readonly setting on result input as it prevented the text fro…
Browse files Browse the repository at this point in the history
…m being selected on iOS
  • Loading branch information
Dirk Ginader committed Jul 11, 2011
1 parent d90e88c commit b5d0995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion -/pages/done.php
Expand Up @@ -6,7 +6,7 @@

<p>
<!-- Using shortlink class. See http://ajh.us/k -->
<input type="text" id="url" class="shortlink" value="<?php echo htmlspecialchars($new_url); ?>" onclick="this.focus();this.select();" readonly="readonly" />
<input type="text" id="url" class="shortlink" value="<?php echo htmlspecialchars($new_url); ?>" onclick="this.focus();this.select();" />
<strong><?php echo htmlspecialchars($url, ENT_QUOTES, 'UTF-8'); ?></strong>
</p>
<p>
Expand Down

0 comments on commit b5d0995

Please sign in to comment.