diff --git a/scripts/system/snapshot.js b/scripts/system/snapshot.js index 78b9f210ba..fd13e436d6 100644 --- a/scripts/system/snapshot.js +++ b/scripts/system/snapshot.js @@ -95,13 +95,12 @@ function onMessage(message) { if (submessage.share) { print('sharing', submessage.localPath); outstanding = true; - //Window.shareSnapshot(submessage.localPath, submessage.href); + Window.shareSnapshot(submessage.localPath, submessage.href); } else { print('not sharing', submessage.localPath); } }); - print(shouldOpenFeedAfterShare()); if (outstanding && shouldOpenFeedAfterShare()) { showFeedWindow(); outstanding = false;