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