mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11314] Add missing "use strict" to timezone.js files
PHPBB3-11314
This commit is contained in:
parent
f7af4eb2e9
commit
c31f489cce
3 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
(function($) { // Avoid conflicts with other libraries
|
(function($) { // Avoid conflicts with other libraries
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
$('#tz_date').change(function() {
|
$('#tz_date').change(function() {
|
||||||
phpbb.timezoneSwitchDate(false);
|
phpbb.timezoneSwitchDate(false);
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
(function($) { // Avoid conflicts with other libraries
|
(function($) { // Avoid conflicts with other libraries
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
$('#tz_date').change(function() {
|
$('#tz_date').change(function() {
|
||||||
phpbb.timezoneSwitchDate(false);
|
phpbb.timezoneSwitchDate(false);
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
(function($) { // Avoid conflicts with other libraries
|
(function($) { // Avoid conflicts with other libraries
|
||||||
|
|
||||||
|
"use strict";
|
||||||
|
|
||||||
$('#tz_date').change(function() {
|
$('#tz_date').change(function() {
|
||||||
phpbb.timezoneSwitchDate(false);
|
phpbb.timezoneSwitchDate(false);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue