Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / statistics / statistics.es6.js
index 666536d3198ac68bb233c7dae3ca900d8fc6256b..5d919ca219d82d3663bd13042574fc16ec73ca3c 100644 (file)
@@ -3,7 +3,7 @@
  * Statistics functionality.
  */
 
-(function ($, Drupal, drupalSettings) {
+(function($, Drupal, drupalSettings) {
   $(document).ready(() => {
     $.ajax({
       type: 'POST',
@@ -12,4 +12,4 @@
       data: drupalSettings.statistics.data,
     });
   });
-}(jQuery, Drupal, drupalSettings));
+})(jQuery, Drupal, drupalSettings);