From 00d8f6b62dab5a27cc607452c6745a439377fe92 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sun, 10 Oct 2010 20:36:53 -0400 Subject: [PATCH] Fixes #136 --- js/jquery.mobile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index 6889885f..1f5c1467 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -39,7 +39,7 @@ $html = jQuery('html'), $head = jQuery('head'), $body, - $loader = jQuery('

loading.

'), + $loader = jQuery('

loading

'), startPage, startPageId = 'ui-page-start', activePageClass = 'ui-page-active',