Merge pull request #3 from vpixle/patch-1
authorAndy Matthews <andy@commadelimited.com>
Sun, 15 Apr 2012 02:26:07 +0000 (19:26 -0700)
committerAndy Matthews <andy@commadelimited.com>
Sun, 15 Apr 2012 02:26:07 +0000 (19:26 -0700)
Update js/mobileinit.js

js/mobileinit.js

index 5c32a07..2ea2645 100644 (file)
@@ -9,6 +9,12 @@
 */
 $(document).bind('mobileinit', function(event){
        // apply overrides here
+       //$.mobile.loadingMessage = "Loading ...";
+        //$.mobile.loadingMessageTheme = "a"
+        //$.mobile.loadingMessageTextVisible = false; 
+        //$.mobile.pageLoadErrorMessage = "Error Loading Page"
+        //$.mobile.pageLoadErrorMessageTheme = "e"
+       
        // Navigation
        //$.mobile.page.prototype.options.backBtnText = "Go back";
        //$.mobile.page.prototype.options.addBackBtn      = true;