equal
deleted
inserted
replaced
235 // window.console.debug(current_div); |
235 // window.console.debug(current_div); |
236 // window.console.debug(new_div); |
236 // window.console.debug(new_div); |
237 |
237 |
238 // White-out the old div and fade in the new one |
238 // White-out the old div and fade in the new one |
239 |
239 |
240 if ( IE || is_Safari ) |
240 if ( IE || is_Safari || aclDisableTransitionFX ) |
241 { |
241 { |
242 current_div.style.display = 'none'; |
242 current_div.style.display = 'none'; |
243 new_div.style.display = 'block'; |
243 new_div.style.display = 'block'; |
244 } |
244 } |
245 else |
245 else |