akismet_stats_script

Definition:
function akismet_stats_script() {}

Source code

function akismet_stats_script() {

	?>

<script type="text/javascript">

function resizeIframe() {

    var height = document.documentElement.clientHeight;

    height -= document.getElementById('akismet-stats-frame').offsetTop;

    height += 100; // magic padding

    

    document.getElementById('akismet-stats-frame').style.height = height +"px";

    

};

function resizeIframeInit() {

	document.getElementById('akismet-stats-frame').onload = resizeIframe;

	window.onresize = resizeIframe;

}

addLoadEvent(resizeIframeInit);

</script><?php

}

507

No comments yet... Be the first to leave a reply!

Leave a comment