Thank you for your interest in GE's Pro Contest.
The contest is now closed. To prevent callbacks and keep your jobs Sealed for Good, visit us at gesealants.ca
// Fallback: Update PriceSpider button text when DOM is ready
var currentLang = 'en';
if (typeof window.updatePriceSpiderButtonText === 'function') {
// Wait a bit for PriceSpider to potentially load
setTimeout(function() {
window.updatePriceSpiderButtonText(currentLang);
}, 500);
}
// Initialize PriceSpider button text updates
if (typeof window.initPriceSpiderButtonText === 'function') {
window.initPriceSpiderButtonText();
}