Files
wyczarujprezent.pl/modules/doofinder/views/templates/admin/change_version.tpl
2024-10-28 22:14:22 +01:00

18 lines
559 B
Smarty

{*
* NOTICE OF LICENSE
*
* This file is licenced under the Software License Agreement.
* With the purchase or the installation of the software in your application
* you accept the licence agreement.
*
* You must not modify, adapt or create derivative works of this source code
*
* @author Doofinder
* @copyright Doofinder
* @license GPLv3
*}
<script type="text/javascript">
$('#search_layer_tab').find('input#DF_API_KEY').attr('required', 'required');
$('#search_layer_tab').find('input#DF_API_KEY').parents('form').removeAttr('novalidate');
</script>