mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12342] Fix the Custom Dates function in UCP Prefs Global
Function was being called before dE() function exists, causing it to fail. Should be called when the page/window is ready. PHPBB3-12342
This commit is contained in:
parent
18645aa069
commit
6de0350836
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
customDates();
|
window.onload = customDates;
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue