We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dfea1 commit 03f3272Copy full SHA for 03f3272
js/jquery.mobile.init.js
@@ -77,7 +77,6 @@
77
//if no pages are found, create one with body's inner html
78
if( !$pages.length ){
79
$pages = $( "body" ).wrapInner( "<div data-" + $.mobile.ns + "role='page'></div>" ).children( 0 );
80
- console.log("page wasn't needed")
81
}
82
83
//add dialogs, set data-url attrs
0 commit comments