We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52654d1 commit 4700b15Copy full SHA for 4700b15
templates/collection.html
@@ -51,7 +51,7 @@ <h1>Searching for images in collection: {{ collection_settings.label }}</h1>
51
<div class="overlay">
52
53
<div class="buttons">
54
- <a href="#" onclick="copyTextToClipboard(this, '{{ get_data_url(dbimage) }}')" class="icon" >
+ <a href="#" onclick="copyTextToClipboard(this, '{{ get_data_url(dbimage) }}'); return false;" class="icon" >
55
<div class="tooltip">
56
<img src="{{ url_for('static', path='copy-link-64.png') }}" alt="Copy link icon">
57
<span class="tooltiptext">Copy image data URL</span>
0 commit comments