Fix mascot settings UI
This commit is contained in:
parent
6015bfe4a7
commit
bf17aab5fe
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* appchan x - Version 2.9.44 - 2015-01-13
|
* appchan x - Version 2.9.44 - 2015-01-14
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* appchan x - Version 2.9.44 - 2015-01-13
|
* appchan x - Version 2.9.44 - 2015-01-14
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
@ -19768,7 +19768,7 @@
|
|||||||
id: "mascots_batch"
|
id: "mascots_batch"
|
||||||
});
|
});
|
||||||
$.extend(batchmascots, {
|
$.extend(batchmascots, {
|
||||||
innerHTML: "<a href=\\\"javascript:;\\\" id=clear>Clear All</a>\r/\r<a href=\\\"javascript:;\\\" id=selectAll>Select All</a>\r/\r<a href=\\\"javascript:;\\\" id=createNew>Add Mascot</a>\r/\r<a href=\\\"javascript:;\\\" id=importMascot>Import Mascot</a><input id=importMascotButton type=file hidden>\r/\r<a href=\\\"javascript:;\\\" id=undelete>Undelete Mascots</a>\r/\r<a href=\\\"http://appchan.booru.org/\\\" target=_blank>Get More Mascots!</a>"
|
innerHTML: "<a href=\"javascript:;\" id=clear>Clear All</a>\r/\r<a href=\"javascript:;\" id=selectAll>Select All</a>\r/\r<a href=\"javascript:;\" id=createNew>Add Mascot</a>\r/\r<a href=\"javascript:;\" id=importMascot>Import Mascot</a><input id=importMascotButton type=file hidden>\r/\r<a href=\"javascript:;\" id=undelete>Undelete Mascots</a>\r/\r<a href=\"http://appchan.booru.org/\" target=_blank>Get More Mascots!</a>"
|
||||||
});
|
});
|
||||||
$.on($('#clear', batchmascots), 'click', function() {
|
$.on($('#clear', batchmascots), 'click', function() {
|
||||||
var enabledMascots, _k, _len2;
|
var enabledMascots, _k, _len2;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
/*
|
/*
|
||||||
* appchan x - Version 2.9.44 - 2015-01-13
|
* appchan x - Version 2.9.44 - 2015-01-14
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
@ -19792,7 +19792,7 @@
|
|||||||
id: "mascots_batch"
|
id: "mascots_batch"
|
||||||
});
|
});
|
||||||
$.extend(batchmascots, {
|
$.extend(batchmascots, {
|
||||||
innerHTML: "<a href=\\\"javascript:;\\\" id=clear>Clear All</a>\r/\r<a href=\\\"javascript:;\\\" id=selectAll>Select All</a>\r/\r<a href=\\\"javascript:;\\\" id=createNew>Add Mascot</a>\r/\r<a href=\\\"javascript:;\\\" id=importMascot>Import Mascot</a><input id=importMascotButton type=file hidden>\r/\r<a href=\\\"javascript:;\\\" id=undelete>Undelete Mascots</a>\r/\r<a href=\\\"http://appchan.booru.org/\\\" target=_blank>Get More Mascots!</a>"
|
innerHTML: "<a href=\"javascript:;\" id=clear>Clear All</a>\r/\r<a href=\"javascript:;\" id=selectAll>Select All</a>\r/\r<a href=\"javascript:;\" id=createNew>Add Mascot</a>\r/\r<a href=\"javascript:;\" id=importMascot>Import Mascot</a><input id=importMascotButton type=file hidden>\r/\r<a href=\"javascript:;\" id=undelete>Undelete Mascots</a>\r/\r<a href=\"http://appchan.booru.org/\" target=_blank>Get More Mascots!</a>"
|
||||||
});
|
});
|
||||||
$.on($('#clear', batchmascots), 'click', function() {
|
$.on($('#clear', batchmascots), 'click', function() {
|
||||||
var enabledMascots, _k, _len2;
|
var enabledMascots, _k, _len2;
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
<a href=\"javascript:;\" id=clear>Clear All</a>
|
<a href="javascript:;" id=clear>Clear All</a>
|
||||||
/
|
/
|
||||||
<a href=\"javascript:;\" id=selectAll>Select All</a>
|
<a href="javascript:;" id=selectAll>Select All</a>
|
||||||
/
|
/
|
||||||
<a href=\"javascript:;\" id=createNew>Add Mascot</a>
|
<a href="javascript:;" id=createNew>Add Mascot</a>
|
||||||
/
|
/
|
||||||
<a href=\"javascript:;\" id=importMascot>Import Mascot</a><input id=importMascotButton type=file hidden>
|
<a href="javascript:;" id=importMascot>Import Mascot</a><input id=importMascotButton type=file hidden>
|
||||||
/
|
/
|
||||||
<a href=\"javascript:;\" id=undelete>Undelete Mascots</a>
|
<a href="javascript:;" id=undelete>Undelete Mascots</a>
|
||||||
/
|
/
|
||||||
<a href=\"http://appchan.booru.org/\" target=_blank>Get More Mascots!</a>
|
<a href="http://appchan.booru.org/" target=_blank>Get More Mascots!</a>
|
||||||
Loading…
x
Reference in New Issue
Block a user