Commit 07e425ed by Иван Кубота

fix

parent 6a8d6087
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
<div id="content"></div> <div id="content"></div>
<div style="position: fixed;background: transparent;color:black;border:1px solid rgba(0,0,0,0.5);padding:4px 8px; font-size:12px;bottom:0;right:0" id="logger"></div> <div style="position: fixed;background: transparent;color:black;border:1px solid rgba(0,0,0,0.5);padding:4px 8px; font-size:12px;bottom:0;right:0" id="logger"></div>
<script> <script>
window.logging = function(who, what) { window.logging = function(msg) {
D.div({renderTo: document.getElementById('logger')}, `to: ${who}, msg: ${JSON.stringify(what)}`); D.div({renderTo: document.getElementById('logger')}, msg);
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment