From 6dd05c51ad390bd9c75cd467bb5de1e8c234ef93 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 31 Oct 2022 23:43:10 +0100 Subject: [PATCH] Fix #17705 - Inline SQL query edit FK checkbox preventing submit buttons from working Fixes: #17705 Signed-off-by: William Desportes --- js/src/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/functions.js b/js/src/functions.js index 5a8447cc22..06b4b7d3e5 100644 --- a/js/src/functions.js +++ b/js/src/functions.js @@ -1345,7 +1345,7 @@ Functions.updateQueryParameters = function () { */ Functions.getForeignKeyCheckboxLoader = function () { var html = ''; - html += '
'; + html += '
'; html += '
'; html += Functions.getImage('ajax_clock_small'); html += '
';