Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/9978] Added semicolons to JavaScript in overall_header.
This commit is contained in:
Oleg Pudeyev 2011-08-20 14:25:37 -04:00
commit 19ee2d2d40

View file

@ -62,7 +62,7 @@
{
eval(onload_functions[i]);
}
}
};
window.onunload = function()
{
@ -70,7 +70,7 @@
{
eval(onunload_functions[i]);
}
}
};
// ]]>
</script>