From e89694eb6c4c891d5f10bab485567b7b39896e23 Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 10:55:00 +0200 Subject: [PATCH 1/2] fix(browser): add jasmine boot0.js, remove missing bootstrap refs - Add jasmine/boot0.js script tag (required for Jasmine 5.x to initialize window.jasmine global and expose describe/it/expect etc.) - Remove references to bootstrap CSS and JS files that were never included in the package assets (404 errors) and are purely cosmetic --- www/assets/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/assets/index.html b/www/assets/index.html index ffb1a17..483885c 100644 --- a/www/assets/index.html +++ b/www/assets/index.html @@ -35,14 +35,12 @@ - - - + From 833a4d957d5aaf98db776ccd52c5984a689c40ff Mon Sep 17 00:00:00 2001 From: Manuel Beck Date: Mon, 18 May 2026 11:22:00 +0200 Subject: [PATCH 2/2] fix(browser): remove csp-incl 404 noise --- www/assets/index.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/www/assets/index.html b/www/assets/index.html index 483885c..bfa6828 100644 --- a/www/assets/index.html +++ b/www/assets/index.html @@ -21,15 +21,6 @@ --> - - - Cordova tests