mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
ordenation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user