<script>
keyboards = [
["http://www.saturngod.net/wp-content/plugins/jkeymagic/js/kb/Myanmar3.js", "Myanmar3"],
["http://www.saturngod.net/wp-content/plugins/jkeymagic/js/kb/Zawgyi L - Unicode.js", "Zawgyi L - Unicode"] ];
</script>
Answers
You want add the domainname where?
- Spam
- Abuse
0 · Insightful Awesome LOL ·I want to add
http://www.mydomain.com/plugins/jkeymagic/js/kb/Myanmar3.js
- Spam
- Abuse
0 · Insightful Awesome LOL ·You just need to use: $Sender->AddJsFile('Myanmar3.js', 'plugins/jkeymagic/js/kb');
or use the full path $Sender->AddJsFile('plugins/jkeymagic/js/kb/Myanmar3.js');
- Spam
- Abuse
0 · Insightful Awesome LOL ·because it's dynamic loading from other script.
- Spam
- Abuse
0 · Insightful Awesome LOL ·$webroot=Gdn_Url::WebRoot();
if($webroot!="") {
$webroot=$webroot."/";
}
$domain=Gdn_Url::Domain();
$address=$domain."/".$webroot;
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·