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
|
||||
(
|
||||
{
|
||||
url: self.consts.serv_name+self.consts.process_url,
|
||||
url: self.consts.process_url,
|
||||
type: "GET",
|
||||
data: vars,
|
||||
dataType: "html",
|
||||
|
||||
Reference in New Issue
Block a user