Skip to content

Commit f3dbbf5

Browse files
committed
Remove more mascots button
Per pull request KevinParnell#57
1 parent dfb5d8e commit f3dbbf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,6 @@
15061506
p = $("<p class='buttons-container'>");
15071507

15081508
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"));
15101509
p.append($("<a class='options-button' name=restoreMascots title='Restore hidden default mascots'>Restore", tOptions)
15111510
.bind("click", function() {
15121511
$SS.conf["Hidden Mascots"] = [];

0 commit comments

Comments
 (0)