From ae56952f00f1a9663ac2a7bbdb773e29ad00a689 Mon Sep 17 00:00:00 2001 From: fredj Date: Wed, 7 Dec 2011 14:18:09 +0100 Subject: [PATCH] replace pageLoading with {show|hide}PageLoadingMsg --- examples/mobile-jq.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mobile-jq.js b/examples/mobile-jq.js index 353a645f93..1f61582573 100644 --- a/examples/mobile-jq.js +++ b/examples/mobile-jq.js @@ -62,7 +62,7 @@ $(document).ready(function() { if ($('#query')[0].value === '') { return; } - $.mobile.pageLoading(); + $.mobile.showPageLoadingMsg(); // Prevent form send e.preventDefault(); @@ -89,7 +89,7 @@ $(document).ready(function() { .show(); }); $('#search_results').listview('refresh'); - $.mobile.pageLoading(true); + $.mobile.hidePageLoadingMsg(); }); }); // only listen to the first event triggered