18 lines
559 B
Smarty
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> |