mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-08 00:20:59 +00:00
removed a console.log
This commit is contained in:
parent
44dfea16e1
commit
03f32728c6
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@
|
|||
//if no pages are found, create one with body's inner html
|
||||
if( !$pages.length ){
|
||||
$pages = $( "body" ).wrapInner( "<div data-" + $.mobile.ns + "role='page'></div>" ).children( 0 );
|
||||
console.log("page wasn't needed")
|
||||
}
|
||||
|
||||
//add dialogs, set data-url attrs
|
||||
|
|
|
|||
Loading…
Reference in a new issue