Projet

Général

Profil

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

root / drupal7 / modules / statistics / statistics.js @ db2d93dd

1
(function ($) {
2
  $(document).ready(function() {
3
    $.ajax({
4
      type: "POST",
5
      cache: false,
6
      url: Drupal.settings.statistics.url,
7
      data: Drupal.settings.statistics.data
8
    });
9
  });
10
})(jQuery);