fix icons not drawing initially in admin panel in IE

This commit is contained in:
Graham Knop 2009-06-10 00:00:18 +00:00
parent d9a77f8e89
commit 36a0ebf425
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ function switchToAdminConsole () {
// force reflow to fix IE7
document.body.style.border = document.body.style.border;
document.body.className = document.body.className;
}
function toggleAdminConsole () {