Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2021 06:48 AM
Thanks
tried using
g_ui_scripts.getUIScript('foo.bar').then(function(script) {
script.helloWorld();
});
but I get onChange script error: ReferenceError: g_ui_scripts is not defined function() { [native code] }Note that both my UI script and Client script is in scope