fix CORS issue on databap chat disconnection
This commit is contained in:
2
jquery/databap.js
vendored
2
jquery/databap.js
vendored
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user