fix CORS issue on databap chat disconnection

This commit is contained in:
2019-06-19 19:41:01 +02:00
parent 33dfcf96e0
commit b73dffde4a

2
jquery/databap.js vendored
View File

@@ -433,7 +433,7 @@ function Databap()
return $.ajax return $.ajax
( (
{ {
url: self.consts.serv_name+self.consts.process_url, url: self.consts.process_url,
type: "GET", type: "GET",
data: vars, data: vars,
dataType: "html", dataType: "html",