MCPcopy Create free account
hub / github.com/EasyIME/PIME / includeScriptFile

Function includeScriptFile

python/input_methods/cheez/config/config.js:32–41  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

30includeScriptFile("js/config.js")
31
32function includeScriptFile(filename)
33{
34 var head = document.getElementsByTagName('head')[0];
35
36 script = document.createElement('script');
37 script.src = filename;
38 script.type = 'text/javascript';
39
40 head.appendChild(script)
41}

Callers 2

config.jsFile · 0.70
config.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected