mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-12 19:32:27 +00:00
fixed quotes display bug (ASCII→UTF-8)
user scripts have to be UTF-8 anyway, IIRC
This commit is contained in:
parent
f0e87eb647
commit
b28733fa92
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function fastCancelScript() {
|
|||
"color": "yellow",
|
||||
"cursor": "help"
|
||||
})
|
||||
.attr("title", "Error cancelling this edit: “" + error + "”");
|
||||
.attr("title", "Error cancelling this edit: “" + error + "”");
|
||||
$edit
|
||||
.css({border: "6px solid red"})
|
||||
.show();
|
||||
|
|
Loading…
Reference in a new issue