mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/16775] Resolve eslint errors in timezone.js
PHPBB3-16775
This commit is contained in:
parent
50e13654bc
commit
fe24ba7d2f
2 changed files with 2 additions and 2 deletions
|
@ -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(() => {
|
||||
|
|
Loading…
Add table
Reference in a new issue