1
0
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:
Matt Friedman
2014-04-01 18:02:27 -07:00
parent 18645aa069
commit 6de0350836

View File

@ -117,7 +117,7 @@
} }
} }
customDates(); window.onload = customDates;
// ]]> // ]]>
</script> </script>