mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/11008] Change onunload_functions to not use eval()
PHPBB3-11008
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script type="text/javascript">
|
||||
// <![CDATA[
|
||||
onload_functions.push('apply_onkeypress_event()');
|
||||
onload_functions.push(apply_onkeypress_event);
|
||||
// ]]>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user