Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fachschaftsrat
Webtechnologien
URL Shortener
Commits
7957133c
Commit
7957133c
authored
May 28, 2018
by
Michael Ochmann
Browse files
changed shortcode `<input>` fields from `disabled` to `readonly`, because some
browsers do not allow selection on disabled fields
parent
b1cdf757
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/submitForm.php
View file @
7957133c
...
...
@@ -22,6 +22,6 @@
<b>
Shortlink
</b>
{% for link in links %}
<a
href=
"{{link.url}}"
title=
"{{link.url}}"
>
{{link.url}}
</a>
<input
type=
"text"
value=
"{{baseurl}}/{{link.shortcode}}"
disabled
>
<input
type=
"text"
value=
"{{baseurl}}/{{link.shortcode}}"
readonly
>
{% endfor %}
</section>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment