Fixing https call for synchronous ajax request

This commit is contained in:
2016-03-21 20:36:59 +01:00
parent f3d4e01779
commit 9b0d1d0cb9
3 changed files with 4 additions and 3 deletions

2
jquery/databap.js vendored Normal file → Executable file
View File

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