From e2cb0f1718223a2578171194a2587eb214c8f5cf Mon Sep 17 00:00:00 2001 From: Kelvin Tegelaar Date: Thu, 28 Oct 2021 15:54:54 +0200 Subject: [PATCH] community decided the modal needs changing --- js/datatables/datatablesBestPracticeAnalyser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/datatables/datatablesBestPracticeAnalyser.js b/js/datatables/datatablesBestPracticeAnalyser.js index e0e8a8a9bc48..26b4cf6db72b 100644 --- a/js/datatables/datatablesBestPracticeAnalyser.js +++ b/js/datatables/datatablesBestPracticeAnalyser.js @@ -36,7 +36,7 @@ $(document).ready(function () { text: 'Force Refresh All Data', className: 'btn btn-primary btn-sm', action: function (e, dt, button, config) { - $('#APIContent').html('
'); + $('#APIContent').html('

'); document.getElementById("PopModal").click(); }