UNPKG

uio-plus

Version:

User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.

28 lines (24 loc) 826 B
/* * Copyright The UIO+ copyright holders * See the AUTHORS.md file at the top-level directory of this distribution and at * https://github.com/fluid-project/uio-plus/blob/master/AUTHORS.md * * Licensed under the BSD 3-Clause License. You may not use this file except in * compliance with this license. * * You may obtain a copy of the license at * https://github.com/fluid-project/uio-plus/blob/master/LICENSE.txt */ "use strict"; var uioPlus = uioPlus || {}; [ "../js/lib/infusion/infusion-uio.min.js", "../js/shared/portBinding.js", "../js/browserAction/PrefsEditor.js", "../js/browserAction/PrefsEditorInstantiation.js" ].forEach(function (src) { var element = document.createElement("script"); element.src = src; element.async = false; document.head.appendChild(element); });