update recordings

This commit is contained in:
Luke Pulverenti 2016-02-15 23:54:20 -05:00
parent 67f859195a
commit d8482e7870
84 changed files with 587 additions and 1881 deletions

View file

@ -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');