determine initialization status

This commit is contained in:
buzz-lightsnack-2007 2024-05-22 23:56:04 +08:00
parent 6ad2b1f93a
commit e7dd3dbcaa

View file

@ -47,6 +47,7 @@ class Page_Popup extends Page {
: ((this[`status`]) : ((this[`status`])
? this[`status`] ? this[`status`]
: {}); : {});
this[`status`][`init`] = DATA[`init`];
// Confirm completion by returning the status. // Confirm completion by returning the status.
return (this[`status`]); return (this[`status`]);