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.

load_mod.js 477B

12345678910111213141516171819
  1. // C:\bspace\repos\jc4\ign4\rf\load_mod.js
  2. function filmstrip_mod() {
  3. // body...
  4. mod_path ="ign/rf/filmstrip_mod/"
  5. var mtx ={
  6. // js:["ign/m/timer/m.js","ign/m/timer/m0.js"],
  7. js:[`${mod_path}m0.js`,`${mod_path}m.js`,`${mod_path}svg_src.js`,],
  8. css:[`${mod_path}m.css`],
  9. html:[{url:`${mod_path}m.html`,diffH:get_cui_html,success:html_rld_cb4,success_js:"html_js_handler"}]
  10. }
  11. mtx.name="filmstrip_mod"
  12. setTimeout(add_module,300,mtx)
  13. }
  14. filmstrip_mod()
  15. // add_module(mtx )