MCPcopy 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_resetFunction · 0.85
admin_pw_reset_doneFunction · 0.85
admin_pw_reset_clearFunction · 0.85
admin_logFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected