__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
document.addEventListener('DOMContentLoaded', () => {
document.getElementById('jform_image').addEventListener('change', ({
currentTarget
}) => {
const flagSelectedValue = currentTarget.value;
const flagimage = document.getElementById('flag').querySelector('img');
if (flagSelectedValue) {
flagimage.setAttribute('src', `${Joomla.getOptions('system.paths').rootFull}/media/mod_languages/images/${flagSelectedValue}.gif`);
flagimage.setAttribute('alt', flagSelectedValue);
} else {
flagimage.removeAttribute('src');
flagimage.setAttribute('alt', '');
}
}, false);
});
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| admin-language-edit-change-flag.js | File | 781 B | 0664 |
|
| admin-language-edit-change-flag.min.js | File | 562 B | 0664 |
|
| admin-language-edit-change-flag.min.js.gz | File | 384 B | 0664 |
|
| admin-override-edit-refresh-searchstring.js | File | 824 B | 0664 |
|
| admin-override-edit-refresh-searchstring.min.js | File | 676 B | 0664 |
|
| admin-override-edit-refresh-searchstring.min.js.gz | File | 390 B | 0664 |
|
| overrider.js | File | 7.68 KB | 0664 |
|
| overrider.min.js | File | 3.87 KB | 0664 |
|
| overrider.min.js.gz | File | 1.29 KB | 0664 |
|