-added help page
-added additional user info
This commit is contained in:
parent
4cf5a46c67
commit
43f7f8e103
14 changed files with 159 additions and 6 deletions
|
@ -8,6 +8,9 @@ function populateForm(entries){
|
|||
$('#first_name').val(entries.first_name);
|
||||
$('#last_name').val(entries.last_name);
|
||||
$('#type').val(entries.type);
|
||||
$('#email').val(entries.email);
|
||||
$('#skype').val(entries.skype_contact);
|
||||
$('#jabber').val(entries.jabber_contact);
|
||||
|
||||
if (entries.id.length != 0){
|
||||
$('#login').attr('readonly', 'readonly');
|
||||
|
|
|
@ -99,7 +99,7 @@ function updateProgressBarValue(){
|
|||
}
|
||||
} else {
|
||||
$('#on-air-info').attr("class", "on-air-info off");
|
||||
$('#progress-show').attr("class", "progress-show-red");
|
||||
$('#progress-show').attr("class", "progress-show-error");
|
||||
}
|
||||
$('#progress-bar').attr("style", "width:"+songPercentDone+"%");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue