logo-mykopkb-voter

This commit is contained in:
hayatie
2024-04-22 23:26:38 +08:00
parent bbafaaa74b
commit 142e765463
@@ -37,7 +37,7 @@ document.addEventListener('DOMContentLoaded', function () {
// Select the image element by its ID
var logoImage = document.getElementById('logo');
// Set the source of the image dynamically
logoImage.src = 'https://i.ibb.co/txhx2N0/My-Ko-PKB-logo-removebg-preview.png?' + new Date().getTime(); // Replace this URL with your desired image URL
logoImage.src = window.location.origin + '/images/MyKoPKB-logo.png?' + new Date().getTime(); // Replace this URL with your desired image URL
// Add error handling
logoImage.onerror = function() {