mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.5e
This commit is contained in:
6
public/assets/js/calendar/calendar.js
vendored
6
public/assets/js/calendar/calendar.js
vendored
@@ -180,7 +180,7 @@ function switchType()
|
||||
eventBeginTime.value = "";
|
||||
eventEndTime.value = "";
|
||||
eventLocation.value = "";
|
||||
eventDesc.value = "";
|
||||
eventDesc.value = "Financement";
|
||||
divSpecialSection.style.display = "none";
|
||||
break;
|
||||
|
||||
@@ -190,7 +190,7 @@ function switchType()
|
||||
eventBeginTime.value = "";
|
||||
eventEndTime.value = "";
|
||||
eventLocation.value = "";
|
||||
eventDesc.value = "";
|
||||
eventDesc.value = "Bénévolat";
|
||||
divSpecialSection.style.display = "none";
|
||||
break;
|
||||
|
||||
@@ -200,7 +200,7 @@ function switchType()
|
||||
eventBeginTime.value = "";
|
||||
eventEndTime.value = "";
|
||||
eventLocation.value = "";
|
||||
eventDesc.value = "";
|
||||
eventDesc.value = "Autre";
|
||||
divSpecialSection.style.display = "none";
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user