-CC-1805 Ability to edit a show
Initial check-in...still incomplete.
This commit is contained in:
parent
eed8c95343
commit
b4f1a6b3b0
11 changed files with 616 additions and 77 deletions
|
@ -33,6 +33,17 @@ function makeAddShowButton(){
|
|||
});
|
||||
}
|
||||
|
||||
function beginEditShow(data){
|
||||
//alert (data.entries);
|
||||
|
||||
$("#add-show-form")
|
||||
.empty()
|
||||
.append(data.newForm);
|
||||
|
||||
setAddShowEvents();
|
||||
openAddShowForm();
|
||||
}
|
||||
|
||||
function makeTimeStamp(date){
|
||||
var sy, sm, sd, h, m, s, timestamp;
|
||||
sy = date.getFullYear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue