update recordings
This commit is contained in:
parent
67f859195a
commit
d8482e7870
84 changed files with 587 additions and 1881 deletions
|
@ -165,6 +165,13 @@
|
|||
}
|
||||
};
|
||||
|
||||
// too buggy in IE, not even worth it
|
||||
if (browser.msie) {
|
||||
dlg.animationConfig = null;
|
||||
dlg.entryAnimation = null;
|
||||
dlg.exitAnimation = null;
|
||||
}
|
||||
|
||||
dlg.classList.add('paperDialog');
|
||||
|
||||
dlg.classList.add('scrollY');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue