mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-22 23:24:43 +00:00
removed startPageId setting - not necessary
This commit is contained in:
parent
cdbccc2802
commit
0c7860e7ed
1 changed files with 0 additions and 6 deletions
|
|
@ -32,7 +32,6 @@
|
|||
$loader = jQuery('<div class="ui-loader ui-body-a ui-corner-all"><span class="ui-icon ui-icon-loading spin"></span><h1>loading</h1></div>'),
|
||||
$startPage,
|
||||
$pageContainer,
|
||||
startPageId = 'ui-page-start',
|
||||
activePageClass = 'ui-page-active',
|
||||
activeBtnClass = 'ui-btn-active',
|
||||
activeClickedLink = null,
|
||||
|
|
@ -530,11 +529,6 @@
|
|||
pageContainer: $pageContainer
|
||||
});
|
||||
|
||||
//make sure it has an ID - for finding it later
|
||||
if(!$startPage.attr('id')){
|
||||
$startPage.attr('id', startPageId);
|
||||
}
|
||||
|
||||
//initialize all pages present
|
||||
$pages.page();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue