mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-18 11:31:06 +00:00
Fixes #136
This commit is contained in:
parent
734e21816a
commit
00d8f6b62d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
$html = jQuery('html'),
|
||||
$head = jQuery('head'),
|
||||
$body,
|
||||
$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>'),
|
||||
$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,
|
||||
startPageId = 'ui-page-start',
|
||||
activePageClass = 'ui-page-active',
|
||||
|
|
|
|||
Loading…
Reference in a new issue