contrib modules security updates
This commit is contained in:
7
sites/all/modules/jquery_update/js/jquery_update.js
vendored
Normal file
7
sites/all/modules/jquery_update/js/jquery_update.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
(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_version]'] = D.settings.ajaxPageState.jquery_version;
|
||||
}
|
||||
})(Drupal);
|
Reference in New Issue
Block a user