removed calls to jQuery.fixedToolbars.show(). to be moved to fixedheaderfooter plugin

This commit is contained in:
scottjehl 2010-10-04 19:05:22 -04:00
parent ced22f6962
commit dbd5e6cfb7

View file

@ -141,7 +141,6 @@
to.trigger("pageshow", {prevPage: from});
pageLoading( true );
jQuery.fixedToolbars.show();
});
};
@ -226,7 +225,6 @@
changePage( currentPage, startPage, transition, back );
} else {
startPage.addClass( activePageClass );
jQuery.fixedToolbars.show();
pageLoading( true );
}
}