Current Directory: /home/astoriaah/www/administrator/components/com_admintools/media/js
Viewing File: /home/astoriaah/www/administrator/components/com_admintools/media/js/ChangeDBCollation.min.js
/*!
* @package admintools
* @copyright Copyright (c)2010-2022 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
;akeeba.Loader.add(["akeeba.System"],function(){akeeba.System.addEventListener("quickCollation","change",function(c){var b=document.getElementById("quickCollation").value;var a=document.getElementById("inputCollation");if(b==""){a.style.display=""}else{a.style.display="none"}a.value=b})});