Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / statistics / statistics.js
index 572cd456ff97f7120f04e5e569e824ad8c14bf0f..44c1e8e98299497f61ba220b013a98122d01bf1e 100644 (file)
@@ -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