mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-12 19:32:27 +00:00
Merged in jesus2099/mwiencek_userscripts (pull request #19)
small encoding problem, sorry
This commit is contained in:
commit
54e8047fb8
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// ==UserScript==
|
||||
// @name MusicBrainz: Fast cancel edits
|
||||
// @version 2015.8.3.1649
|
||||
// @version 2015.8.21
|
||||
// @author Michael Wiencek
|
||||
// @downloadURL https://bitbucket.org/mwiencek/userscripts/raw/master/fast-cancel-edits.user.js
|
||||
// @updateURL https://bitbucket.org/mwiencek/userscripts/raw/master/fast-cancel-edits.user.js
|
||||
|
@ -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