Closed (duplicate)
Project:
jQuery Update
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2013 at 09:59 UTC
Updated:
8 Apr 2013 at 19:45 UTC
we need something like
(function (D) {
var beforeSerialize = D.ajax.prototype.beforeSerialize;
D.ajax.prototype.beforeSerialize = function (element, options) {
beforeSerialize.call(this, element, options);
options.data['ajax_page_state[jQuery]'] = D.settings.ajaxPageState.jQuery;
options.data['ajax_page_state[jQueryUI]'] = D.settings.ajaxPageState.jQueryUI;
}
})(Drupal);
Comments
Comment #1
ericduran commentedThis is the same as #1954930: Loads the frontend version on ajax calls on backend pages.
How is the Ajax request being made?
I see it being sent to the server.
Comment #2
ericduran commented@Punk_UnDeaD I'm going to close this one because we're all talking on the other issue.
No worries I've been sure to credit you on the commit :)