mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 22:58:10 +01: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
@ -117,7 +117,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
customDates();
|
||||
window.onload = customDates;
|
||||
// ]]>
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user