X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fstatistics%2Fstatistics.js;fp=web%2Fcore%2Fmodules%2Fstatistics%2Fstatistics.js;h=44c1e8e98299497f61ba220b013a98122d01bf1e;hp=572cd456ff97f7120f04e5e569e824ad8c14bf0f;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/statistics/statistics.js b/web/core/modules/statistics/statistics.js index 572cd456f..44c1e8e98 100644 --- a/web/core/modules/statistics/statistics.js +++ b/web/core/modules/statistics/statistics.js @@ -1,12 +1,11 @@ /** - * @file - * Statistics functionality. - */ +* DO NOT EDIT THIS FILE. +* See the following change record for more information, +* https://www.drupal.org/node/2815083 +* @preserve +**/ (function ($, Drupal, drupalSettings) { - - 'use strict'; - $(document).ready(function () { $.ajax({ type: 'POST', @@ -15,4 +14,4 @@ data: drupalSettings.statistics.data }); }); -})(jQuery, Drupal, drupalSettings); +})(jQuery, Drupal, drupalSettings); \ No newline at end of file