mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
7 lines
341 B
Twig
7 lines
341 B
Twig
{# @copyright Copyright (C) 2010-2023 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
$("form[id^='basket']").each(function () {
|
|
$(this).append($('<input/>')
|
|
.attr({'type': 'hidden', 'name': 'basket_back_posted_fields', 'value': '{{ oUIBlock.GetBasketPostedFieldsForBackUrl()|raw }}'})
|
|
);
|
|
}); |