From 9167b1c5909e7082a3bbe99b1018910cbaf8b418 Mon Sep 17 00:00:00 2001 From: Tobias Miesel Date: Wed, 17 Oct 2018 15:20:45 +0200 Subject: [PATCH] skeleton --- src/js/services/DomainCheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/services/DomainCheck.js b/src/js/services/DomainCheck.js index 8a0c691..d36e0f7 100644 --- a/src/js/services/DomainCheck.js +++ b/src/js/services/DomainCheck.js @@ -4,7 +4,7 @@ class DomainCheck { } get hasMatch() { - return this.url.match(/github/) + return this.url.match(/github/) || this.url.match(/trello/) || this.url.match(/mocoapp/) } }