Do any of you know of a reliable way to turn off the “keep me logged in” functionality?
I can’t seem to find the right CSS:
div[class='ui-input-checkbox'] {
visibility: hidden !important;
}
Nor does this jQuery seem to be working correctly:
$("label[for='ui-input-checkbox-14']").hide();
These do work from the console, so I’m guessing it has something to do with the modal window itself.
