annotate plugins/userinfo/userinfo.min.js @ 43:771f6803cc4b
default tip
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
author |
Charlie Root |
date |
Sun, 26 Jan 2025 13:13:49 -0500 |
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)});
|