Loading core/misc/date.es6.js +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ * Polyfill for HTML5 date input. */ (function ($, Modernizr, Drupal, once) { (function (Modernizr, Drupal, once) { /** * Attach datepicker fallback on date elements. * Loading Loading @@ -151,4 +151,4 @@ `<div class="no-native-datepicker-help"> <span id="${dateId}">${dateDesc}</span> <span id="${timeId}">${timeDesc}</span> </div>`; })(jQuery, Modernizr, Drupal, once); })(Modernizr, Drupal, once); core/misc/date.js +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * @preserve **/ (function ($, Modernizr, Drupal, once) { (function (Modernizr, Drupal, once) { Drupal.behaviors.date = { attach(context, settings) { if (Modernizr.inputtypes.date === false) { Loading Loading @@ -76,4 +76,4 @@ }) => `<div class="no-native-datepicker-help"> <span id="${dateId}">${dateDesc}</span> <span id="${timeId}">${timeDesc}</span> </div>`; })(jQuery, Modernizr, Drupal, once); No newline at end of file })(Modernizr, Drupal, once); No newline at end of file Loading
core/misc/date.es6.js +2 −2 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ * Polyfill for HTML5 date input. */ (function ($, Modernizr, Drupal, once) { (function (Modernizr, Drupal, once) { /** * Attach datepicker fallback on date elements. * Loading Loading @@ -151,4 +151,4 @@ `<div class="no-native-datepicker-help"> <span id="${dateId}">${dateDesc}</span> <span id="${timeId}">${timeDesc}</span> </div>`; })(jQuery, Modernizr, Drupal, once); })(Modernizr, Drupal, once);
core/misc/date.js +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * @preserve **/ (function ($, Modernizr, Drupal, once) { (function (Modernizr, Drupal, once) { Drupal.behaviors.date = { attach(context, settings) { if (Modernizr.inputtypes.date === false) { Loading Loading @@ -76,4 +76,4 @@ }) => `<div class="no-native-datepicker-help"> <span id="${dateId}">${dateDesc}</span> <span id="${timeId}">${timeDesc}</span> </div>`; })(jQuery, Modernizr, Drupal, once); No newline at end of file })(Modernizr, Drupal, once); No newline at end of file