windhamdavid 10 years ago
parent
commit
094c059c00
1 changed files with 5 additions and 0 deletions
  1. 5 0
      js/init.js

+ 5 - 0
js/init.js

@@ -424,6 +424,11 @@ $('.calendar').fullCalendar ({
 				start: '2015-02-14',
 				end: '2015-02-19',
 				borderColor: 'red'
+			},
+			{
+				title: 'Project',
+				start: '2015-02-19',
+				end: '2015-03-07'
 			}
 	]
 });