mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16775] Resolve eslint errors in timezone.js
PHPBB3-16775
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* global phpbb */
|
||||
|
||||
(function ($) { // Avoid conflicts with other libraries
|
||||
(function($) { // Avoid conflicts with other libraries
|
||||
'use strict';
|
||||
|
||||
$('#tz_date').change(() => {
|
||||
|
@@ -1,6 +1,6 @@
|
||||
/* global phpbb */
|
||||
|
||||
(function ($) { // Avoid conflicts with other libraries
|
||||
(function($) { // Avoid conflicts with other libraries
|
||||
'use strict';
|
||||
|
||||
$('#tz_date').change(() => {
|
||||
|
Reference in New Issue
Block a user