Rather than building the link in JS, which is delayed until the JS code loads, we build it in PHP and hide it from no-JS users with CSS. Change-Id: If0c3a4dc137d8bf6cf24957dd063bd0a39791d2e
4 lines
63 B
Plaintext
4 lines
63 B
Plaintext
.client-nojs .uls-preferences-link-wrapper {
|
|
display: none;
|
|
}
|