Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ admin_log_msg
Function
admin_log_msg
crawl-ref/source/webserver/static/scripts/client.js:639–643 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
637
}
638
639
function
admin_log_msg(text)
640
{
641
$(
"#admin_panel_log"
).append(
642
'<div><span>'
+ text +
"</span></div>"
);
643
}
644
645
function
admin_log(data)
646
{
Callers
4
admin_pw_reset
Function · 0.85
admin_pw_reset_done
Function · 0.85
admin_pw_reset_clear
Function · 0.85
admin_log
Function · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected