We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to http://api.jquerymobile.com/pagecontainer/#method-load the default value for the load method's showLoadMsg option is true. However, looking at the code, the default value appears to be false:
load
showLoadMsg
true
false
_loadDefaults: { ... showLoadMsg: false, ... },
(The change method's showLoadMsg option does default to true, so the API docs for change are correct.)
change
The text was updated successfully, but these errors were encountered:
14bc638
Pagecontainer: Changed default value for showLoadMsg
30f2a1b
Fixes gh-241 Closes gh-325
Successfully merging a pull request may close this issue.
According to http://api.jquerymobile.com/pagecontainer/#method-load the default value for the
load
method'sshowLoadMsg
option istrue
. However, looking at the code, the default value appears to befalse
:(The
change
method'sshowLoadMsg
option does default totrue
, so the API docs forchange
are correct.)The text was updated successfully, but these errors were encountered: