diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-15 13:16:08 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-15 13:16:08 +0300 |
| commit | aed682429bd8b2a0b5edbb6aa06954c25f9df143 (patch) | |
| tree | 769a8d65ec42d617aec6933de4e7704f66375a3a /client/button.js | |
| parent | a891005fba979c91dd178a1887c1c393c15744b6 (diff) | |
Remove share buttons
Diffstat (limited to 'client/button.js')
| -rw-r--r-- | client/button.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/button.js b/client/button.js index 542db24..84c7208 100644 --- a/client/button.js +++ b/client/button.js @@ -296,12 +296,6 @@ Template.photos.events({ animate2(); return false; }, - 'click button.share-instagram': function (event) { - return false; - }, - 'click button.share-facebook': function (event) { - return false; - }, 'click button.share-print': function (event) { var date = Session.get('date'); var printStr = date.month < 10 ? '0' + date.month : date.month; |
