Skip to content

Commit

Permalink
url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Jul 19, 2024
1 parent c09c4af commit 3956801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atcb-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ function atcb_open_cal_url(data, type, url, subscribe = false, subEvent = null,
}
return '';
})();
url = (data.dev ? 'https://dev.caldn.net/' : 'https://go.caldn.net/') + data.proKey + '/' + urlType + '/' + type + query;
url = (data.dev ? 'https://dev.caldn.net/' : 'https://caldn.net/') + data.proKey + '/' + urlType + '/' + type + query;
if (!atcb_secure_url(url)) {
return;
}
Expand Down

0 comments on commit 3956801

Please sign in to comment.