File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ <h4>Pending UPI payments <span id="pendingCount" class="pending-badge">0</span><
9292</ main >
9393
9494< div id ="modalRoot "> </ div >
95- < footer > New Serchhip North Village Council · v1.29.11</ footer >
95+ < footer > New Serchhip North Village Council · v1.29.11</ footer >
9696
9797< script type ="module ">
9898/* ============================================================
@@ -1068,6 +1068,9 @@ <h4>Pending UPI payments <span id="pendingCount" class="pending-badge">0</span><
10681068}
10691069store . onAuth ( onAuth ) ;
10701070
1071+ // Preload PDF library in the background so export is instant when clicked.
1072+ setTimeout ( ( ) => { ensureJsPDF ( ) . catch ( ( ) => { } ) ; } , 4000 ) ;
1073+
10711074let consecutiveErrors = 0 ;
10721075let connectionWarningShown = false ;
10731076function handleOperationError ( operation , error ) {
Original file line number Diff line number Diff line change 33// install/activate a fresh worker. If it's left stale, already-installed
44// PWAs keep serving whatever was cached under the old name indefinitely
55// (this has silently happened before: see the v1.25.6 and v1.28.0 fixes).
6- const CACHE_NAME = 'nsnvc-tracker-v1.29.11 ' ;
6+ const CACHE_NAME = 'nsnvc-tracker-v1.29.11 ' ;
77const urlsToCache = [
88 './' ,
99 './index.html' ,
You can’t perform that action at this time.
0 commit comments