2012-04-26 04:05:27 +00:00
|
|
|
(function ($) {
|
2012-05-08 02:57:33 +00:00
|
|
|
|
|
|
|
"use strict";
|
|
|
|
|
2012-04-26 04:05:27 +00:00
|
|
|
$(document).ready(function() {
|
|
|
|
$.ajax({
|
|
|
|
type: "POST",
|
|
|
|
cache: false,
|
2012-09-20 06:36:58 +00:00
|
|
|
url: Drupal.settings.statistics.url,
|
|
|
|
data: Drupal.settings.statistics.data
|
2012-04-26 04:05:27 +00:00
|
|
|
});
|
|
|
|
});
|
|
|
|
})(jQuery);
|