From b73dffde4a8dd71d0f3c317205c4bbb81e2b35df Mon Sep 17 00:00:00 2001 From: franzz Date: Wed, 19 Jun 2019 19:41:01 +0200 Subject: [PATCH] fix CORS issue on databap chat disconnection --- jquery/databap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery/databap.js b/jquery/databap.js index 9ffbeec..c1d5067 100755 --- a/jquery/databap.js +++ b/jquery/databap.js @@ -433,7 +433,7 @@ function Databap() return $.ajax ( { - url: self.consts.serv_name+self.consts.process_url, + url: self.consts.process_url, type: "GET", data: vars, dataType: "html",