Browse Source

config: card dav server := dav.hammerle.me:5232

Fabian Peter Hammerle 4 years ago
parent
commit
5b0d95cfa0
1 changed files with 1 additions and 4 deletions
  1. 1 4
      config.js

+ 1 - 4
config.js

@@ -284,10 +284,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 // port, ... (client installed into Davical "htdocs" subdirectory;
 // works "out of the box", no additional setup required):
 var globalNetworkCheckSettings={
-	href: location.protocol+'//'+location.hostname+
-		(location.port ? ':'+location.port: '')+
-		location.pathname.replace(RegExp('/+[^/]+/*(index\.html)?$'),'')+
-		'/caldav.php/',
+	href: 'https://dav.hammerle.me:5232/',
 	timeOut: 90000,
 	lockTimeOut: 10000,
 	checkContentType: true,