From d35b78b1ee043131b1788d034536b1af76ded840 Mon Sep 17 00:00:00 2001 From: Logan Hanks Date: Tue, 13 Dec 2016 01:44:14 -0500 Subject: [PATCH] Revert "Add anniversary decoration" This reverts commit 9f4981a248f56759c2bc4dd34153c71f172ee9ec. --- client/lib/fauxPlugins.js | 18 ------------------ client/static/anniversary.svg | 30 ------------------------------ 2 files changed, 48 deletions(-) delete mode 100644 client/static/anniversary.svg diff --git a/client/lib/fauxPlugins.js b/client/lib/fauxPlugins.js index 52d14726..ed81936c 100644 --- a/client/lib/fauxPlugins.js +++ b/client/lib/fauxPlugins.js @@ -3,7 +3,6 @@ import React from 'react' import Reflux from 'reflux' import Immutable from 'immutable' -import moment from 'moment' export default function initPlugins(roomName) { @@ -848,21 +847,4 @@ export default function initPlugins(roomName) { }) } } - - const now = moment() - if (now.month() === 11 && (now.date() === 13 || now.date() === 14)) { - Heim.hook('page-bottom', () => { - return ( -