From 1e18a5ce077f3f502c31435695cff657257bb1c2 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Thu, 18 Feb 2021 09:34:01 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20line=20that=20wasn't=20supposed=20to?= =?UTF-8?q?=20be=20commited=20yet=20=F0=9F=99=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base/layouts/activity-panel/layout.js.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/base/layouts/activity-panel/layout.js.twig b/templates/base/layouts/activity-panel/layout.js.twig index 2713daf7bf..07c195f9ea 100644 --- a/templates/base/layouts/activity-panel/layout.js.twig +++ b/templates/base/layouts/activity-panel/layout.js.twig @@ -1,6 +1,5 @@ $('#{{ oUIBlock.GetId() }}').activity_panel({ datetime_format: {{ oUIBlock.GetDateTimeFormatForJSWidget()|json_encode|raw }}, {% if oUIBlock.HasTransactionId() %}transaction_id: {{ oUIBlock.GetTransactionId()|var_export }},{% endif %} - lock_watcher_period: {{ get_config_parameter('activity_panel.lock_watcher_period') }}, show_multiple_entries_submit_confirmation: {{ oUIBlock.GetShowMultipleEntriesSubmitConfirmation()|var_export }} }); \ No newline at end of file