change domain

This commit is contained in:
jysperm
2014-07-27 12:27:21 +08:00
parent 134e55b68d
commit ebeadec866
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ html
return false;
}
url = "commit-calendar.newsbee.io/" + username;
url = "commitcal.newsbee.io/" + username;
if (window.navigator.platform.toUpperCase().indexOf('MAC') >= 0) {
window.open("webcal://" + url);