Merged in jesus2099/mwiencek_userscripts (pull request #19)

small encoding problem, sorry
This commit is contained in:
Michael Wiencek 2015-08-21 15:27:46 -05:00
commit 54e8047fb8

View file

@ -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();