Commit e83d1138 authored by catch's avatar catch
Browse files

Issue #3514881 by prudloff: timezone.js calls the system.timezone route with a...

Issue #3514881 by prudloff: timezone.js calls the system.timezone route with a date parameter that is never used
parent b709c5ae
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@
        $.ajax({
          async: false,
          url: Drupal.url(path),
          data: { date: dateString },
          dataType: 'json',
          success(data) {
            if (data) {