Files
P42_UI/app/views/projects/bypass/BypassKICManagementContent.js
T
2025-08-27 07:03:09 +00:00

7 lines
221 B
JavaScript

class BypassKICManagementContent extends BypassBaseManagementContent {
DOMContentLoaded(options) { super.DOMContentLoaded(options); }
}
app.registerClass('BypassKICManagementContent', BypassKICManagementContent);