doeqoth commited on
Commit
f97e79c
·
verified ·
1 Parent(s): c11255f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -1428,7 +1428,7 @@
1428
  document.getElementById('personalIDReceipt').innerHTML = worker.personalID || 'N/A';
1429
  setImageSrc('profilePic', worker.profileImage, defaultProfileSrc, worker.englishName, 'profile picture');
1430
 
1431
- const currentDomain = 'https://workpermit2024pode.netlify.app';
1432
 
1433
  const workerPageUrl = `${currentDomain}/worker.html?id=${encodeURIComponent(worker.requestNumber || '')}`;
1434
  const receiptUrl = `${currentDomain}/pdf.html?id=${encodeURIComponent(worker.requestNumber || '')}`;
 
1428
  document.getElementById('personalIDReceipt').innerHTML = worker.personalID || 'N/A';
1429
  setImageSrc('profilePic', worker.profileImage, defaultProfileSrc, worker.englishName, 'profile picture');
1430
 
1431
+ const currentUrl = window.location.href;
1432
 
1433
  const workerPageUrl = `${currentDomain}/worker.html?id=${encodeURIComponent(worker.requestNumber || '')}`;
1434
  const receiptUrl = `${currentDomain}/pdf.html?id=${encodeURIComponent(worker.requestNumber || '')}`;