Skip to content

Commit 30f2a1b

Browse files
agcolomapsdehal
authored andcommitted
Pagecontainer: Changed default value for showLoadMsg
Fixes gh-241 Closes gh-325
1 parent cd5071c commit 30f2a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/pagecontainer.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ $( ":mobile-pagecontainer" ).on( "pagecontainershow", function( event, ui ) {
525525
<property name="role" type="String" default="undefined">
526526
<desc>The data-role value to be used when displaying the page. By default this is <code>undefined</code> which means rely on the value of the @data-role attribute defined on the element.</desc>
527527
</property>
528-
<property name="showLoadMsg" default="true" type="Boolean">
528+
<property name="showLoadMsg" default="false" type="Boolean">
529529
<desc>Whether to display a message indicating that the page is loading.</desc>
530530
</property>
531531
<property name="transition" type="String" default="undefined">

0 commit comments

Comments
 (0)