fixed dropdown arrow in popup

This commit is contained in:
sghsri
2018-08-31 19:48:25 -05:00
parent 996e18ca6b
commit 1c0b7c9bf7
5 changed files with 31 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ $(function () {
defaultView: "agendaWeek", // Only show week view
header: false, // Hide buttons/titles
minTime: "08:00:00", // Start time
maxTime: "21:00:00", // End time
maxTime: "21:00:01", // End time
columnHeaderFormat: "ddd", // Only show day of the week names
displayEventTime: true, // Display event time
allDaySlot: false,
@@ -72,7 +72,7 @@ $(function () {
$("#register").text("Join Waitlist").css("background-color", "#FF9800");
}
else {
$("#register").text("register").css("background-color", "#4CAF50");
$("#register").text("Register").css("background-color", "#4CAF50");
}
}
});