mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-17 21:10:00 +02:00
Merge remote-tracking branch 'callumacrae/ticket/9978' into develop-olympus
* callumacrae/ticket/9978: [ticket/9978] Added semicolons to JavaScript in overall_header.
This commit is contained in:
commit
1680b3a2a7
@ -68,7 +68,7 @@
|
|||||||
{
|
{
|
||||||
eval(onload_functions[i]);
|
eval(onload_functions[i]);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
window.onunload = function()
|
window.onunload = function()
|
||||||
{
|
{
|
||||||
@ -76,7 +76,7 @@
|
|||||||
{
|
{
|
||||||
eval(onunload_functions[i]);
|
eval(onunload_functions[i]);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
// ]]>
|
// ]]>
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user