Skip to content

Commit

Permalink
Get rid of that nasty straggling 1-badge for everyone who got stuck o…
Browse files Browse the repository at this point in the history
…n ENDCREDITS.html.
  • Loading branch information
Jared Tyler committed Jun 3, 2019
1 parent 5e0b5ee commit 962bd28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jmtyler.version = (() => {
if (matches !== null) {
const mspaPage = parseInt(matches[1], 10);
const homestuckPage = mspaPage - 1900;
stories['story'].current = homestuckPage;
stories['story'].current = homestuckPage == 8129 ? 8130 : homestuckPage;
}
jmtyler.memory.set('stories', stories);
jmtyler.memory.set('active', 'story');
Expand All @@ -37,7 +37,7 @@ jmtyler.version = (() => {

chrome.notifications.create({
title: 'NEW Homestuck Notifier',
message: 'can now notify you of any more future Epilogues. ;)',
message: 'Can now notify you of any more future Epilogues! ;)',
iconUrl: 'icons/48.png',
type: 'basic',
silent: true,
Expand Down

0 comments on commit 962bd28

Please sign in to comment.