We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb5d8e commit f3dbbf5Copy full SHA for f3dbbf5
src/script.js
@@ -1506,7 +1506,6 @@
1506
p = $("<p class='buttons-container'>");
1507
1508
p.append($("<a class='options-button' name=addMascot title='Add a new mascot.'>Add", tOptions).bind("click", $SS.options.showMascot));
1509
- p.append($("<a class='options-button' href='http://appchan.booru.org/' title='Get more mascots. Possibly NSFW.' target='_blank'>More Mascots"));
1510
p.append($("<a class='options-button' name=restoreMascots title='Restore hidden default mascots'>Restore", tOptions)
1511
.bind("click", function() {
1512
$SS.conf["Hidden Mascots"] = [];
0 commit comments