Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chiefs
ChiefSend
Commits
f83570f2
Commit
f83570f2
authored
Oct 01, 2020
by
Lukas Böhm
Browse files
slight improvments
parent
e9b39a85
Changes
3
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
f83570f2
Max Smietana
Lukas Böhm
Jonas Pfister
Gabriel Denger
\ No newline at end of file
app/templates/About.html
0 → 100644
View file @
f83570f2
{% extends "Base.html" %}
{% block page %}
<h1>
Über
</h1>
<p>
Diese seite ist aus Trauer um Firefox Send entstanden.
</p>
{% endblock page %}
\ No newline at end of file
app/templates/Shared.html
View file @
f83570f2
...
...
@@ -20,7 +20,7 @@
<script>
$
(
document
).
ready
(
function
()
{
$
(
"
#url
"
).
val
(
"
{{ url }}
"
);
$
(
"
#url
"
).
val
(
window
.
location
.
origin
+
"
{{ url }}
"
);
$
(
"
#copy-url
"
).
click
(
function
(){
/* Get the text field */
...
...
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