ymdp 1.3.2 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/ymdp/javascripts/jquery/ajax.js.coffee +3 -2
- data/ymdp.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.3
|
@@ -47,11 +47,12 @@ window.OIB =
|
|
47
47
|
ajax: (url, method, params, success_function, error_function) ->
|
48
48
|
params = params || {}
|
49
49
|
params["application"] = View.application
|
50
|
+
params["guid"] = YMDP.guid if YMDP.guid
|
50
51
|
|
51
52
|
debug = !params["_hide_debug"]
|
52
53
|
|
53
54
|
if debug
|
54
|
-
Debug.log "OIB.ajax: About to call openmail.Application.callWebService: ",
|
55
|
+
Debug.log "OIB.ajax: About to call openmail.Application.callWebService: ",
|
55
56
|
"method": method,
|
56
57
|
"url": url + "?" + $.param(params)
|
57
58
|
|
@@ -131,4 +132,4 @@ window.OIB =
|
|
131
132
|
, (response) ->
|
132
133
|
Debug.error("Scanning.next error", response)
|
133
134
|
if (error_function)
|
134
|
-
error_function(response)
|
135
|
+
error_function(response)
|
data/ymdp.gemspec
CHANGED
metadata
CHANGED