Projet

Général

Profil

Paste
Télécharger (302 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / jquery_update / js / jquery_update.js @ 503b3f7b

1
(function (D) {
2
  var beforeSerialize = D.ajax.prototype.beforeSerialize;
3
  D.ajax.prototype.beforeSerialize = function (element, options) {
4
    beforeSerialize.call(this, element, options);
5
    options.data['ajax_page_state[jquery_version]'] = D.settings.ajaxPageState.jquery_version;
6
  }
7
})(Drupal);