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