Skip to content

Commit

Permalink
Remove more mascots button
Browse files Browse the repository at this point in the history
Per pull request KevinParnell#57
  • Loading branch information
SystemPatch committed Sep 22, 2024
1 parent dfb5d8e commit f3dbbf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,6 @@
p = $("<p class='buttons-container'>");

p.append($("<a class='options-button' name=addMascot title='Add a new mascot.'>Add", tOptions).bind("click", $SS.options.showMascot));
p.append($("<a class='options-button' href='http://appchan.booru.org/' title='Get more mascots. Possibly NSFW.' target='_blank'>More Mascots"));
p.append($("<a class='options-button' name=restoreMascots title='Restore hidden default mascots'>Restore", tOptions)
.bind("click", function() {
$SS.conf["Hidden Mascots"] = [];
Expand Down

0 comments on commit f3dbbf5

Please sign in to comment.