1
0

Getting rid of inline body onload.

This commit is contained in:
Matthias Mees
2013-05-31 17:01:06 +02:00
parent a009893522
commit 1ab2389cdb
2 changed files with 2 additions and 1 deletions

@ -15,7 +15,7 @@
{/if}
<script src="{serendipity_getFile file='admin/serendipity_editor.js'}"></script>
</head>
<body id="serendipity_admin_page" onload="spawn()">
<body id="serendipity_admin_page">
{if NOT $admin_vars.no_banner}
<header id="top">
<div class="clearfix">

@ -668,6 +668,7 @@ function highlightComment(id, checkvalue) {
// Wait until content including images is loaded
$(window).load(function() {
spawn();
// Equal Heights
var $eqHeights = $('body').has('.equal_heights');