mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10860] Fixing js error in updater
This commit is contained in:
commit
30579ecb09
@ -11,12 +11,12 @@
|
|||||||
// <![CDATA[
|
// <![CDATA[
|
||||||
function resize_panel()
|
function resize_panel()
|
||||||
{
|
{
|
||||||
var block = document.getElementById('codepanel');
|
var block = document.getElementById('diff_content');
|
||||||
var height;
|
var height;
|
||||||
|
|
||||||
if (window.innerHeight)
|
if (window.innerHeight)
|
||||||
{
|
{
|
||||||
height = window.innerHeight - 150;
|
height = window.innerHeight - 200;
|
||||||
block.style.height = height + 'px';
|
block.style.height = height + 'px';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user