From e301d806d79fa05061f51d0cd8114980cda228f4 Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Sun, 20 Oct 2019 10:02:43 -0700 Subject: [PATCH] Workaround for Microsoft Teams blank page. Fixes #120. Just a workaround/TODO, as I'll want to investigate root cause. --- app/store/ServicesList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 56fbb76a..bbee830c 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -678,6 +678,7 @@ Ext.define('Hamsket.store.ServicesList', { ,name: 'Teams' ,description: 'Microsoft Teams is the chat-based workspace in Office 365 that integrates all the people, content, and tools your team needs to be more engaged and effective.' ,url: 'https://teams.microsoft.com' + ,custom_js: 'Object.defineProperty(navigator.serviceWorker,"register",{value:()=>Promise.reject()});' ,type: 'messaging' }, {