annotate plugins/userinfo/userinfo.min.js @ 51:b80b258cc02c
More cleaning up php8 Warnings/deprecations
| author |
Charlie Root |
| date |
Wed, 08 Oct 2025 08:50:06 -0400 |
| parents |
1e000243b222 |
| children |
|
| rev |
line source |
|
0
|
1 window.rcmail&&rcmail.addEventListener("init",function(){var a=$("<span>").attr("id","settingstabpluginuserinfo").addClass("tablink");$("<a>").attr("href",rcmail.env.comm_path+"&_action=plugin.userinfo").text(rcmail.get_label("userinfo","userinfo")).click(function(a){return rcmail.command("plugin.userinfo","",this,a)}).appendTo(a);rcmail.add_element(a,"tabs");rcmail.register_command("plugin.userinfo",function(){rcmail.goto_url("plugin.userinfo")},!0)});
|