7 lines
221 B
JavaScript
7 lines
221 B
JavaScript
class BypassKICManagementContent extends BypassBaseManagementContent {
|
|
|
|
DOMContentLoaded(options) { super.DOMContentLoaded(options); }
|
|
|
|
}
|
|
|
|
app.registerClass('BypassKICManagementContent', BypassKICManagementContent); |