Browse Source

Workaround for Microsoft Teams blank page.

Fixes #120.

Just a workaround/TODO, as I'll want to investigate root cause.
pull/3202/head
TheGoddessInari 6 years ago
parent
commit
e301d806d7
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 1
      app/store/ServicesList.js

1
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'
},
{

Loading…
Cancel
Save