| Current Path : /home/c/i/n/cinepatreb/billetterie/modules/mollie/views/js/admin/commands/ |
| Current File : /home/c/i/n/cinepatreb/billetterie/modules/mollie/views/js/admin/commands/translation_commands.js |
/**
* Mollie https://www.mollie.nl
*
* @author Mollie B.V. <info@mollie.nl>
* @copyright Mollie B.V.
* @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
*
* @see https://github.com/mollie/PrestaShop
* @codingStandardsIgnoreStart
*/
$('table.table tr td:nth-child(1)').each(function () {
var $textField = $(this);
var $input = $($textField.next().next()).find(':input');
$input.val($textField.html())
}
)