mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-01 10:11:50 +02:00
Added custom confirm modal dialog box
This commit is contained in:
parent
0320185ce5
commit
6ad493a079
31 changed files with 909 additions and 41 deletions
|
@ -14,10 +14,7 @@ var EventSchema = new Schema({
|
|||
type : Date,
|
||||
default : Date.now
|
||||
},
|
||||
updated : {
|
||||
type : Date,
|
||||
default : Date.now
|
||||
},
|
||||
updated : Date,
|
||||
title : String,
|
||||
dates : [Date],
|
||||
emails : [String],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue