From 1b4fcc67f4ec94ed53a2f86ad6889e551f00815e Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 25 May 2015 21:49:06 +0200 Subject: Upgrade sandstorm integration Both sandstorm and LibreBoard have significantly evolved since the last release of LibreBoard on sandstorm. This commit: * adds some more attributes on the sandstorm manifest * introduces support with the sandstorm sharing box * uses a server redirection to point to the board document * hides the top shortcut bar on sandstorm Fixes #163. --- client/components/sidebar/sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components/sidebar') diff --git a/client/components/sidebar/sidebar.js b/client/components/sidebar/sidebar.js index 764f16eb..6e45b5cf 100644 --- a/client/components/sidebar/sidebar.js +++ b/client/components/sidebar/sidebar.js @@ -48,7 +48,7 @@ BlazeComponent.extendComponent({ onRendered: function() { var self = this; - if (! Meteor.user().isBoardMember()) + if (! Meteor.userId() || ! Meteor.user().isBoardMember()) return; $(document).on('mouseover', function() { -- cgit v1.2.3-1-g7c22