fix icons not drawing initially in admin panel in IE
This commit is contained in:
parent
d9a77f8e89
commit
36a0ebf425
2 changed files with 2 additions and 0 deletions
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue