mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
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.
This commit is contained in:
parent
fc2435b042
commit
1b4fcc67f4
7 changed files with 142 additions and 82 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue