Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
3pia
VISPA
VISPA web
Commits
ea9f1585
Commit
ea9f1585
authored
Apr 24, 2018
by
Benjamin Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
File2: fixed download triggering twice
parent
16fd4630
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vispa/extensions/file2/static/html/vue/detailItem.html
vispa/extensions/file2/static/html/vue/detailItem.html
+1
-1
No files found.
vispa/extensions/file2/static/html/vue/detailItem.html
View file @
ea9f1585
...
...
@@ -29,7 +29,7 @@
</renamer>
<div
class=
"actions"
>
<a
@
click=
"action('rename', {event: $event})"
><i
class=
"fa fa-pencil"
></i><span>
Rename
</span></a>
<a
@
click=
"action('download', {event: $event})"
:href=
"downloadLink"
:download=
"data.name"
target=
"_blank"
v-el:download
><i
class=
"fa fa-download"
></i><span>
Download
</span></a>
<a
@
click
.prevent
=
"action('download', {event: $event})"
:href=
"downloadLink"
:download=
"data.name"
target=
"_blank"
v-el:download
><i
class=
"fa fa-download"
></i><span>
Download
</span></a>
<a
@
click=
"action('remove', {event: $event})"
><i
class=
"fa fa-trash"
></i><span>
Remove
</span></a>
</div>
<div
...
...
Write
Preview
Markdown
is supported
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