forked from saurabh/orbit4-5
small fix store
This commit is contained in:
parent
eb6a48bc84
commit
99305b19ca
|
@ -6,7 +6,9 @@ var StoreManager = function(){
|
|||
formArea = storeArea.find(".form-area");
|
||||
|
||||
var initialize = function(){
|
||||
loadingArea.find("img").show();
|
||||
loadingAreaStatus.text("Contacting Ruling Store.");
|
||||
loadingArea.find("p").eq(1).html("Please wait...");
|
||||
setTimeout(step1,1000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue