123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- clog("L1")
-
- // clog(navigator)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- function insert_lobby() {
- // body...
- clog("This is lobby2")
- var mod_path ="ign/rf/i4m/"
-
- mtx_2 ={
- // js:["ign/m/timer/m.js","ign/m/timer/m0.js"],
- js:[`${mod_path}m0.js`,`${mod_path}m.js`,],
- css:[`${mod_path}m.css`],
- html:[{url:`${mod_path}m.html`,diffH:get_cui_html,success:html_rld_cb4,success_js:"html_js_handler_lobby"}]
- }
-
- setTimeout(add_module,300,mtx_2)
-
-
-
- }
-
-
-
-
-
- if (location.pathname.endsWith("/")){
- insert_lobby()
- }
-
-
-
- // setTimeout(add_module,300,mtx)
-
-
-
|