diff options
author | Florrie <towerofnix@gmail.com> | 2020-02-27 12:14:59 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2020-02-27 12:15:33 -0400 |
commit | 0155614b542acb6be980cbc66528fa1fa77f24e5 (patch) | |
tree | 8d140f0283a99fca700adb043218047010ea4700 /upd8.js | |
parent | 8d83d295eb452e5264e6c10c3c7bd4ad86ab0349 (diff) |
remove (New!) indicator on Flashes link
...since it's been few weeks now :P
Diffstat (limited to 'upd8.js')
-rw-r--r-- | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index b998e6ab..f84226c1 100644 --- a/upd8.js +++ b/upd8.js @@ -617,7 +617,7 @@ function writeMiscellaneousPages(albumData, flashData) { <div id="intro-menu"> <p>Explore the site!</p> <a href="${LISTING_DIRECTORY}/index.html">Listings</a> - <a href="${FLASH_DIRECTORY}/index.html">Flashes <span class="new">(New!)</span></a> + <a href="${FLASH_DIRECTORY}/index.html">Flashes</a> <a href="${ABOUT_DIRECTORY}/index.html">About & Credits</a> <a href="${FEEDBACK_DIRECTORY}/index.html">Feedback</a> <p>...or choose an album:</p> |