Spaces:
Running
Running
File size: 321 Bytes
fe742db |
1 2 3 4 5 6 7 8 |
// Main JavaScript file for shared functionality
document.addEventListener('DOMContentLoaded', function() {
// Any shared JavaScript functionality can go here
console.log('Quick-Img loaded successfully!');
// You could add more interactive elements here
// For example, tooltips, animations, etc.
}); |