mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-13 20:02: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==
|
// ==UserScript==
|
||||||
// @name MusicBrainz: Fast cancel edits
|
// @name MusicBrainz: Fast cancel edits
|
||||||
// @version 2015.8.3.1649
|
// @version 2015.8.21
|
||||||
// @author Michael Wiencek
|
// @author Michael Wiencek
|
||||||
// @downloadURL https://bitbucket.org/mwiencek/userscripts/raw/master/fast-cancel-edits.user.js
|
// @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
|
// @updateURL https://bitbucket.org/mwiencek/userscripts/raw/master/fast-cancel-edits.user.js
|
||||||
|
@ -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…
Reference in a new issue