Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added pushState data flag #2

Merged
merged 1 commit into from
Jul 27, 2016
Merged

added pushState data flag #2

merged 1 commit into from
Jul 27, 2016

Conversation

spisovatelprogramu
Copy link
Contributor

  • request is not affecting history

 - request is not affecting history
@@ -259,7 +259,8 @@ _context.invoke('Nittro.Page', function (DOM, Arrays, Url, SnippetHelpers, Snipp
var request = this._.ajax.createRequest(url, method, data);

try {
var p = this._dispatchRequest(request, context, true);
var pushState = DOM.getData(context, 'push-state');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

context can be empty here, e.g. if the request was triggered from a custom script

@jahudka jahudka merged commit 21efe63 into nittro:master Jul 27, 2016
jahudka added a commit that referenced this pull request Jul 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants