From 4c285f3e3fddbe070b47674f484ac68a0923e270 Mon Sep 17 00:00:00 2001 From: Thomas Portelange Date: Thu, 17 Aug 2023 10:21:30 +0200 Subject: [PATCH 1/3] remove sourcemap it's not available and it causes issues in the dev console --- thirdparty/bootstrap/js/dist/tooltip.js | 1 - 1 file changed, 1 deletion(-) diff --git a/thirdparty/bootstrap/js/dist/tooltip.js b/thirdparty/bootstrap/js/dist/tooltip.js index 754fba9ad..62ff11c88 100755 --- a/thirdparty/bootstrap/js/dist/tooltip.js +++ b/thirdparty/bootstrap/js/dist/tooltip.js @@ -676,4 +676,3 @@ var Tooltip = function ($) { return Tooltip; }(jQuery); /* global Popper */ -//# sourceMappingURL=tooltip.js.map \ No newline at end of file From 1877b3879ab8809945b017f9bb16c70b2aa9c309 Mon Sep 17 00:00:00 2001 From: Thomas Portelange Date: Thu, 17 Aug 2023 10:22:36 +0200 Subject: [PATCH 2/3] Update collapse.js --- thirdparty/bootstrap/js/dist/collapse.js | 1 - 1 file changed, 1 deletion(-) diff --git a/thirdparty/bootstrap/js/dist/collapse.js b/thirdparty/bootstrap/js/dist/collapse.js index 53eaa2ac7..287bdd982 100755 --- a/thirdparty/bootstrap/js/dist/collapse.js +++ b/thirdparty/bootstrap/js/dist/collapse.js @@ -364,4 +364,3 @@ var Collapse = function ($) { return Collapse; }(jQuery); -//# sourceMappingURL=collapse.js.map \ No newline at end of file From f273269136eabaa885d34ec65107b3b6ef0f9571 Mon Sep 17 00:00:00 2001 From: Thomas Portelange Date: Thu, 17 Aug 2023 10:22:46 +0200 Subject: [PATCH 3/3] Update util.js --- thirdparty/bootstrap/js/dist/util.js | 1 - 1 file changed, 1 deletion(-) diff --git a/thirdparty/bootstrap/js/dist/util.js b/thirdparty/bootstrap/js/dist/util.js index 1ee4e8cb0..748437efc 100755 --- a/thirdparty/bootstrap/js/dist/util.js +++ b/thirdparty/bootstrap/js/dist/util.js @@ -150,4 +150,3 @@ var Util = function ($) { return Util; }(jQuery); -//# sourceMappingURL=util.js.map \ No newline at end of file