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:
Samuel Georges 2016-10-17 08:06:38 +11:00 committed by GitHub
commit 571ceff1ef
1 changed files with 1 additions and 0 deletions

View File

@ -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,