mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-25 02:10:28 +00:00
removed appendto body - costly and we should be covered with z-index anyway
This commit is contained in:
parent
d0ea6f28db
commit
090d3256f1
1 changed files with 0 additions and 2 deletions
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Reference in a new issue