Fix typos.

This commit is contained in:
Steven Miers 2015-05-23 08:36:48 -05:00
parent a3c09bf8ad
commit c5fc6cb93d
1 changed files with 3 additions and 4 deletions

View File

@ -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() {