changemenu-lang

This commit is contained in:
hayatie
2024-04-21 15:47:38 +08:00
parent 842f4a2386
commit be2aeef315
12 changed files with 2839 additions and 23878 deletions
@@ -35,9 +35,9 @@
// JavaScript to set the image source
document.addEventListener('DOMContentLoaded', function () {
// Select the image element by its ID
var logoImage = document.getElementById('logo');
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 = 'https://i.ibb.co/txhx2N0/My-Ko-PKB-logo-removebg-preview.png'; // Replace this URL with your desired image URL
// Add error handling
logoImage.onerror = function() {