mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:05:23 +02: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:
@ -117,7 +117,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
customDates();
|
window.onload = customDates;
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user