From f7ae0776fbc160584ed67c234b12b404088b0676 Mon Sep 17 00:00:00 2001 From: Mark W <24956497+ndg63276@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:00:09 +0100 Subject: [PATCH] Update client/src/js/modules/dc/views/reprocess2.js Co-authored-by: Guilherme Francisco --- client/src/js/modules/dc/views/reprocess2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/js/modules/dc/views/reprocess2.js b/client/src/js/modules/dc/views/reprocess2.js index 4213570c6..4ffb2d81c 100644 --- a/client/src/js/modules/dc/views/reprocess2.js +++ b/client/src/js/modules/dc/views/reprocess2.js @@ -156,8 +156,8 @@ define(['backbone', 'marionette', 'views/dialog', if (e) e.preventDefault() if (this.aps.length) { - var a = this.aps.at(0) - var c = a.get('CELL') + const a = this.aps.at(0) + const c = a.get('CELL') this.ui.a.val(c['CELL_A']).trigger('change') this.ui.b.val(c['CELL_B']).trigger('change')