small fix store

This commit is contained in:
Harry Bomrah 2014-10-28 18:18:06 +08:00
parent eb6a48bc84
commit 99305b19ca
1 changed files with 2 additions and 0 deletions

View File

@ -6,7 +6,9 @@ var StoreManager = function(){
formArea = storeArea.find(".form-area"); formArea = storeArea.find(".form-area");
var initialize = function(){ var initialize = function(){
loadingArea.find("img").show();
loadingAreaStatus.text("Contacting Ruling Store."); loadingAreaStatus.text("Contacting Ruling Store.");
loadingArea.find("p").eq(1).html("Please wait...");
setTimeout(step1,1000); setTimeout(step1,1000);
} }