diff options
-rwxr-xr-x | src/upd8.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js index 34e0466e..4fb86469 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -380,6 +380,10 @@ const replacerSpec = { find: 'group', link: 'groupGallery' }, + 'home': { + find: null, + link: 'home' + }, 'listing-index': { find: null, link: 'listingIndex' |