From 667e1c31c2c57e31ba9af93ddb8948ad1083a195 Mon Sep 17 00:00:00 2001 From: Mack Hendricks Date: Mon, 22 Sep 2025 04:52:11 +0000 Subject: [PATCH 1/3] Fixed a javascript bug that prevented the Flowroute DID integration from working. Fixes issue #689 --- gui/static/js/inboundmapping.js | 4 ++-- gui/templates/inboundmapping.html | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gui/static/js/inboundmapping.js b/gui/static/js/inboundmapping.js index 105a3ec8..5dcf4333 100644 --- a/gui/static/js/inboundmapping.js +++ b/gui/static/js/inboundmapping.js @@ -5,13 +5,13 @@ * @global window scope * @namespace aria */ - var aria = aria || {}; + /* var aria = aria || {}; */ /** * @global script scope * @type {Array} */ - var DID_LIST = DID_LIST || []; + /*var DID_LIST = DID_LIST || []; */ /** * Search DID_LIST for search_string diff --git a/gui/templates/inboundmapping.html b/gui/templates/inboundmapping.html index 260d871d..d74aee48 100644 --- a/gui/templates/inboundmapping.html +++ b/gui/templates/inboundmapping.html @@ -487,8 +487,9 @@ {% block custom_js %} {{ script_tag('combobox') }}