Insert this at Administration -> Look And Feel -> Custom HTML -> At End of Head
<script>
AJS.toInit(function(){
AJS.$('#ellipsis strong').click();
});
</script>
This will register a click at the text at pageload
Insert this at Administration -> Look And Feel -> Custom HTML -> At End of Head
<script>
AJS.toInit(function(){
AJS.$('#ellipsis strong').click();
});
</script>
This will register a click at the text at pageload