Index: branches/version-2_12-dev/html/user_data/packages/sphone/js/favorite.js
===================================================================
--- branches/version-2_12-dev/html/user_data/packages/sphone/js/favorite.js	(revision 21153)
+++ branches/version-2_12-dev/html/user_data/packages/sphone/js/favorite.js	(revision 21530)
@@ -3,5 +3,5 @@
 ------------------------------------------*/
 function fnAddFavoriteSphone(favoriteProductId) {
-    $.mobile.pageLoading();
+    $.mobile.showPageLoadingMsg();
     //送信データを準備
     var postData = {};
@@ -20,5 +20,5 @@
            error: function(XMLHttpRequest, textStatus, errorThrown){
             alert(textStatus);
-            $.mobile.pageLoading(true);
+            $.mobile.hidePageLoadingMsg();
            },
            success: function(result){
@@ -29,5 +29,5 @@
                   alert("お気に入りの登録に失敗しました");
               }
-              $.mobile.pageLoading(true);
+              $.mobile.hidePageLoadingMsg();
            }
     });
