You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021
  1. mod_templates_ui_msg = window.mod_templates_ui_msg || $("")
  2. // html_js_handler_ui_msg
  3. function html_js_handler_ui_msg(rsp) {
  4. clog("html_js_handler_ui_msg",[...arguments])
  5. mod_templates_ui_msg = $(`<span>${rsp}</span>`)
  6. // clog("html_js_handler_lobby2")
  7. // init_lobby()
  8. // clog("html_js_handler_lobby3")
  9. // init_api6()
  10. }
  11. glob_mx.svg = window.glob_mx.svg || {}
  12. function load_svg(url,name){
  13. }
  14. function load_svg_handler(url,name){
  15. }