Fix mascot settings UI

This commit is contained in:
Zixaphir 2015-01-14 07:36:17 -07:00
parent 6015bfe4a7
commit bf17aab5fe
4 changed files with 11 additions and 11 deletions

View File

@ -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.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

View File

@ -27,7 +27,7 @@
// ==/UserScript==
/*
* appchan x - Version 2.9.44 - 2015-01-13
* appchan x - Version 2.9.44 - 2015-01-14
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -19768,7 +19768,7 @@
id: "mascots_batch"
});
$.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() {
var enabledMascots, _k, _len2;

View File

@ -1,6 +1,6 @@
// 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.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
@ -19792,7 +19792,7 @@
id: "mascots_batch"
});
$.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() {
var enabledMascots, _k, _len2;

View File

@ -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>