This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Fix an alert(false) on app init when $.mobile.loadingMessage is set to false#1494
Merged
johnbender merged 1 commit intojquery-archive:masterfrom Apr 28, 2011
rs:master
Merged
Fix an alert(false) on app init when $.mobile.loadingMessage is set to false#1494johnbender merged 1 commit intojquery-archive:masterfrom rs:master
johnbender merged 1 commit intojquery-archive:masterfrom
rs:master
Conversation
Contributor
|
Good catch! We'll pull this in as soon as we can figure out how this made it into the code in the first place. |
johnbender
added a commit
that referenced
this pull request
Apr 28, 2011
Fix an alert(false) on app init when $.mobile.loadingMessage is set to false
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The documentation says:
loadingMessage (string, default: "loading"):
Set the text that appears when a page is loading. If set to false, the message will not appear at all.
If you set this setting to false, you'll get an alert() popup with "false" message.