mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix
This commit is contained in:
@@ -126,6 +126,12 @@ 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