Skip to content

Commit 850be4e

Browse files
authored
Fix You have an error in your SQL syntax (#1674)
1 parent 6ecece3 commit 850be4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Resources/queries/widget.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@
234234
$('<span title="Copy to clipboard" />')
235235
.addClass(csscls('copy-clipboard'))
236236
.css('cursor', 'pointer')
237-
.html("&#8203;")
238237
.on('click', (event) => {
239238
event.stopPropagation();
240239
if (this.copyToClipboard($code.get(0))) {

0 commit comments

Comments
 (0)