Getting rid of inline body onload.
This commit is contained in:
templates/2k11/admin
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user