Fix typos.
This commit is contained in:
parent
a3c09bf8ad
commit
c5fc6cb93d
|
|
@ -58,7 +58,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
function renderCurrentPange() {
|
||||
function renderCurrentPage() {
|
||||
$(".band-step").addClass("hidden")
|
||||
$("#band-setup-step-" + currentStep).removeClass("hidden")
|
||||
if(currentStep==0) {
|
||||
|
|
@ -211,8 +211,7 @@
|
|||
})
|
||||
.always(function (jqXHR) {
|
||||
bindNavButtons()
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
function createBandInvitations(bandId, onComplete) {
|
||||
|
|
@ -277,7 +276,7 @@
|
|||
|
||||
$('.band-photo').addClass("hidden")
|
||||
}
|
||||
renderCurrentPange()
|
||||
renderCurrentPage()
|
||||
}
|
||||
|
||||
function loadBandDetails() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue