mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 14:27:14 +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",
|
"color": "yellow",
|
||||||
"cursor": "help"
|
"cursor": "help"
|
||||||
})
|
})
|
||||||
.attr("title", "Error cancelling this edit: “" + error + "”");
|
.attr("title", "Error cancelling this edit: “" + error + "”");
|
||||||
$edit
|
$edit
|
||||||
.css({border: "6px solid red"})
|
.css({border: "6px solid red"})
|
||||||
.show();
|
.show();
|
||||||
|
|
Loading…
Add table
Reference in a new issue