summaryrefslogtreecommitdiffstats
path: root/client/lib
diff options
context:
space:
mode:
authorJustin Reynolds <justinr1234@gmail.com>2019-08-22 16:05:41 -0500
committerJustin Reynolds <justinr1234@gmail.com>2019-08-22 16:05:41 -0500
commit9d8a38f3240bbcf8734d0860db5a6ad1e19562a8 (patch)
tree3521145359ea51312b0d3bb991cb40e1adeeefde /client/lib
parent2c78aab3dc91ee276bfb5e4717ada72dc84ca3b0 (diff)
downloadwekan-9d8a38f3240bbcf8734d0860db5a6ad1e19562a8.tar.gz
wekan-9d8a38f3240bbcf8734d0860db5a6ad1e19562a8.tar.bz2
wekan-9d8a38f3240bbcf8734d0860db5a6ad1e19562a8.zip
Fixes #2638 importing trello
Diffstat (limited to 'client/lib')
-rw-r--r--client/lib/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/lib/popup.js b/client/lib/popup.js
index 6c294d32..8095fbd2 100644
--- a/client/lib/popup.js
+++ b/client/lib/popup.js
@@ -67,7 +67,7 @@ window.Popup = new (class {
title: self._getTitle(popupName),
depth: self._stack.length,
offset: self._getOffset(openerElement),
- dataContext: (this.currentData && this.currentData()) || this,
+ dataContext: (this && this.currentData && this.currentData()) || this,
});
// If there are no popup currently opened we use the Blaze API to render