primo commit
This commit is contained in:
9
media/plg_system_jooa11y/js/jooa11y.js
Normal file
9
media/plg_system_jooa11y/js/jooa11y.js
Normal file
@ -0,0 +1,9 @@
|
||||
import { Lang, Sa11y } from 'sa11y';
|
||||
import Sa11yLang from 'sa11y-lang';
|
||||
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
Lang.addI18n(Sa11yLang.strings);
|
||||
window.addEventListener('load', () => {
|
||||
// eslint-disable-next-line no-new
|
||||
new Sa11y(Joomla.getOptions('jooa11yOptions', {}));
|
||||
});
|
||||
1
media/plg_system_jooa11y/js/jooa11y.min.js
vendored
Normal file
1
media/plg_system_jooa11y/js/jooa11y.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
import{Lang as o,Sa11y as n}from"sa11y";import a from"sa11y-lang";o.addI18n(a.strings),window.addEventListener("load",()=>{new n(Joomla.getOptions("jooa11yOptions",{}))});
|
||||
BIN
media/plg_system_jooa11y/js/jooa11y.min.js.gz
Normal file
BIN
media/plg_system_jooa11y/js/jooa11y.min.js.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user