ordenation

This commit is contained in:
Peter Maquiran
2023-01-19 11:30:12 +01:00
parent 7851c5a78e
commit 4e8a31b6b9
7 changed files with 45 additions and 25 deletions
-7
View File
@@ -39,7 +39,6 @@ export class HomePage implements OnInit {
toDayEventStorage = ToDayEventStorage
totalDocumentStore = TotalDocumentStore
expedienteGdStore = ExpedienteGdStore
adding: "intervenient" | "CC" = "intervenient";
mobileComponent = {
showAddNewEvent: false,
@@ -126,12 +125,6 @@ export class HomePage implements OnInit {
}
window.addEventListener('storage', (event) => {
// When local storage changes, dump the list to
// the console.
console.log(event);
});
}
goto(url) {