mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
minimal changes
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
|
||||
<calendar
|
||||
class="calendar-component"
|
||||
[eventSource]="eventSource"
|
||||
|
||||
@@ -36,7 +36,6 @@ ion-slide{
|
||||
.item{
|
||||
/* background: red !important; */
|
||||
text-transform: capitalize;
|
||||
|
||||
}
|
||||
.input-wrapper{
|
||||
border-left: red !important;
|
||||
|
||||
@@ -253,7 +253,6 @@ export class AgendaPage implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
// for calendar
|
||||
currentDayEventDisplayBorder(day: any, id: any){
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ var month = [
|
||||
var week = new Array('Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado');
|
||||
|
||||
class momentG {
|
||||
|
||||
static run(date, formate , wgs){
|
||||
|
||||
if(typeof date.getMonth != 'function') {
|
||||
|
||||
Reference in New Issue
Block a user