[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
media
/
com_contact
/
js
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 admin-contacts-modal-es5.min.js.gz
565 B
SET
[ EDIT ]
|
[ DEL ]
📄 admin-contacts-modal.min.js
1,223 B
SET
[ EDIT ]
|
[ DEL ]
📄 admin-contacts-modal.min.js.gz
550 B
SET
[ EDIT ]
|
[ DEL ]
📄 contacts-list-es5.js
797 B
SET
[ EDIT ]
|
[ DEL ]
📄 contacts-list-es5.min.js.gz
349 B
SET
[ EDIT ]
|
[ DEL ]
📄 contacts-list.min.js
486 B
SET
[ EDIT ]
|
[ DEL ]
📄 contacts-list.min.js.gz
321 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: admin-contacts-modal.min.js
/** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */window.jSelectContact=(o,e,l,t,a,r)=>{let n="";if(!Joomla.getOptions("xtd-contacts"))return window.parent.Joomla.Modal.getCurrent().close(),!1;const{editor:i}=Joomla.getOptions("xtd-contacts");r!==""&&(n=`hreflang = "${r}"`);const d=`<a ${n} href="${a}">${e}</a>`;return window.parent.Joomla.editors.instances[i].replaceSelection(d),window.parent.Joomla.Modal.getCurrent().close(),!0},document.addEventListener("DOMContentLoaded",()=>{const o=document.querySelectorAll(".select-link");for(let e=0,l=o.length;l>e;e+=1)o[e].addEventListener("click",t=>{t.preventDefault();const a=t.target.getAttribute("data-function");a==="jSelectContact"?window[a](t.target.getAttribute("data-id"),t.target.getAttribute("data-title"),null,null,t.target.getAttribute("data-uri"),t.target.getAttribute("data-language"),null):window.parent[a](t.target.getAttribute("data-id"),t.target.getAttribute("data-title"),null,null,t.target.getAttribute("data-uri"),t.target.getAttribute("data-language"),null),window.parent.Joomla.Modal&&window.parent.Joomla.Modal.getCurrent().close()})});