Clean staging references from production

This commit is contained in:
Ozzy (AI Assistant) 2026-07-27 19:54:14 +00:00
parent 089ea7eb65
commit b4681d38e3
6 changed files with 3 additions and 33 deletions

View file

@ -12,13 +12,6 @@
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<!-- ===== Staging Banner ===== -->
<div class="staging-banner">
⚠️ STAGING SITE — RecruitmentVenture-Staging
</div>
<!-- ===== Header ===== -->
<header class="site-header">
<div class="container">
<h1 class="logo">Syntropy Talent</h1>
@ -107,7 +100,7 @@
<script src="js/script.js"></script>
<script>
// Form handling for staging
// Form submission
document.getElementById('jobSeekerForm')?.addEventListener('submit', function(e) {
e.preventDefault();
alert('Application submitted! (In production, this would send data to ERPNext)');