Remove debug code
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
/* Debug - test if CSS loads */
|
|
||||||
body { border: 10px solid red !important; }
|
|
||||||
|
|
||||||
/* Hide profile fields */
|
/* Hide profile fields */
|
||||||
.personal-settings-setting-box:has(#account-property-pronouns) { display: none !important; }
|
.personal-settings-setting-box:has(#account-property-pronouns) { display: none !important; }
|
||||||
.personal-settings-setting-box:has(#account-property-role) { display: none !important; }
|
.personal-settings-setting-box:has(#account-property-role) { display: none !important; }
|
||||||
|
|||||||
@@ -20,15 +20,12 @@ class Application extends App implements IBootstrap {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function register(IRegistrationContext $context): void {
|
public function register(IRegistrationContext $context): void {
|
||||||
// Register event listener - this fires on EVERY page render after template is built
|
|
||||||
$context->registerEventListener(
|
$context->registerEventListener(
|
||||||
TemplateResponse::EVENT_LOAD_ADDITIONAL_SCRIPTS,
|
TemplateResponse::EVENT_LOAD_ADDITIONAL_SCRIPTS,
|
||||||
function() {
|
function() {
|
||||||
Util::addStyle('minimalprofile', 'minimalprofile');
|
Util::addStyle('minimalprofile', 'minimalprofile');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
file_put_contents('/tmp/minimalprofile.log', date('Y-m-d H:i:s') . ' register, event registered' . "\n", FILE_APPEND);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function boot(IBootContext $context): void {
|
public function boot(IBootContext $context): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user