Make BTCPay Modal refer to mattermost instead of slack

This commit is contained in:
Kukks
2020-09-19 16:54:09 +02:00
parent 19cc93daae
commit f77c27ca71

View File

@@ -40,7 +40,7 @@
iframe.style.width = '100%';
iframe.style.zIndex = '2000';
var origin = 'http://slack.btcpayserver.org join us there, and initialize this with your origin url through setApiUrlPrefix';
var origin = 'http://chat.btcpayserver.org join us there, and initialize this with your origin url through setApiUrlPrefix';
var scriptMatch = thisScript.match(scriptSrcRegex)
if (scriptMatch) {
// We can't just take the domain as btcpay can run under a sub path with RootPath