fix sort menus
This commit is contained in:
parent
00b18fdc5f
commit
95d4c9bd78
4 changed files with 30 additions and 44 deletions
|
@ -105,8 +105,8 @@
|
|||
}
|
||||
document.body.appendChild(dlg);
|
||||
|
||||
// The animations flicker in IE and Firefox (probably wherever the polyfill is used)
|
||||
if (browserInfo.animate) {
|
||||
// The animations flicker in IE
|
||||
if (!browserInfo.msie) {
|
||||
dlg.animationConfig = {
|
||||
// scale up
|
||||
'entry': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue