[ticket/16775] Resolve eslint errors in timezone.js

PHPBB3-16775
This commit is contained in:
Marc Alexander 2021-05-26 08:40:08 +02:00
parent 50e13654bc
commit fe24ba7d2f
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/* global phpbb */
(function ($) { // Avoid conflicts with other libraries
(function($) { // Avoid conflicts with other libraries
'use strict';
$('#tz_date').change(() => {

View file

@ -1,6 +1,6 @@
/* global phpbb */
(function ($) { // Avoid conflicts with other libraries
(function($) { // Avoid conflicts with other libraries
'use strict';
$('#tz_date').change(() => {