removed appendto body - costly and we should be covered with z-index anyway

This commit is contained in:
scottjehl 2010-10-07 16:47:37 -04:00
parent d0ea6f28db
commit 090d3256f1

View file

@ -120,8 +120,6 @@
function changePage( from, to, transition, back ) {
jQuery( document.activeElement ).blur();
to.appendTo($body);
//trigger before show/hide events
from.trigger("beforepagehide", {nextPage: to});
to.trigger("beforepageshow", {prevPage: from});