Merge pull request #2416 from GitJaap/develop
Add current url to ajax requests in requestOptions used in XHR full pageloads
This commit is contained in:
commit
571ceff1ef
|
|
@ -81,6 +81,7 @@ if (window.jQuery === undefined)
|
|||
data.push($.param(options.data))
|
||||
|
||||
var requestOptions = {
|
||||
url : window.location.href,
|
||||
context: context,
|
||||
headers: {
|
||||
'X-OCTOBER-REQUEST-HANDLER': handler,
|
||||
|
|
|
|||
Loading…
Reference in New Issue