%PDF- %PDF-
Direktori : /var/www/html/itworks/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/ui/src/js/ui/ |
Current File : /var/www/html/itworks/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/ui/src/js/ui/app.js |
import 'babel-polyfill'; import UI from './UI'; window.addEventListener('DOMContentLoaded', () => { const otgsUIElements = document.querySelectorAll('.otgs-ui'); if (otgsUIElements) { Array.from(otgsUIElements).map(otgsUI => new UI(otgsUI)); } });