Edit Calendar Event Now Works, now you can create calendars and select a color, added bootstrap select to add additnal html content to select boxes and make them look prettier

This commit is contained in:
root
2019-06-06 13:22:25 -04:00
parent 9c313030ee
commit 81438fef93
133 changed files with 5656 additions and 36 deletions

View File

@@ -25,7 +25,6 @@ $(function () {
});
});
//Slide alert up after 2 secs
$("#alert").fadeTo(2000, 500).slideUp(500, function(){
$("#alert").slideUp(500);