12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
-
-
- // mtx_t = {
- // // js:["ign/m/timer/m.js","ign/m/timer/m0.js"],
- // js:[,`${mod_path_t}t_fns.js`,`${mod_path_t}t_api_fn.js`,`${mod_path_t}t.js`,],
- // css:[`${mod_path_t}t.css`],
- // html:[{url:`${mod_path_t}t.html`,diffH:get_cui_html,success:html_rld_cb4,success_js:"html_js_handler_t"}]
- // }
-
- // mod_templates = window.mod_templates || $("")
- // rld_html = window.rld_html || $("")
- rld_html = $("")
-
-
- function html_rld(rsp){
- clog("HTML_RLD")
- if (rld_html.length){
- clog("location.reload")
- location.reload()
- }
- rld_html =$(rsp)
- // location.reload()
- }
- function load_calc_mod() {
- // body...
- // clog("This is lobby2")
- var mod_path ="/ign/rf/calc/"
- var n ="c"
-
- var mtx_2 ={
- // js:["ign/m/timer/m.js","ign/m/timer/m0.js"],
- js:[
- // `${mod_path}m0.js`,
- // `${mod_path}${n}.js`,
- // `${mod_path}${n}1.js`,
- ],
- // css:[`${mod_path}${n}.css`],
- html:[
- {url:`${mod_path}${n}.html`,diffH:get_cui_html,success:html_rld_cb4,success_js:"html_rld"},
- // C:\bspace\repos\jc4\ign4\rf\img\full-frame.svg
- // {url:`ign/rf/img/full-frame.svg`,diffH:get_cui_html,success:html_rld_cb4,success_js:"svg_icon_handler"},
- // {url:`ign/rf/img/full-frame_24.svg`,diffH:get_cui_html,success:html_rld_cb4,success_js:"svg_icon_handler2"},
- ]
- }
-
- setTimeout(add_module,300,mtx_2)
-
-
-
- }
-
- load_calc_mod()
- clog("CJS~~~~~~~~~~~~~")
-
-
-
-
-
-
-
|