upgrades core to 8.4.2

This commit is contained in:
Bachir Soussi Chiadmi
2017-11-14 16:09:54 +01:00
parent bd60eff9b3
commit c2b4e25be4
3504 changed files with 140306 additions and 38684 deletions
+6 -7
View 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);