...
This commit is contained in:
1
pkg/servers/ui/static/js/.gitkeep
Normal file
1
pkg/servers/ui/static/js/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
# This file is intentionally left blank to ensure the directory is tracked by Git.
|
15
pkg/servers/ui/static/js/custom.js
Normal file
15
pkg/servers/ui/static/js/custom.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// Custom JavaScript for HeroApp UI
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
console.log('HeroApp UI custom.js loaded');
|
||||
|
||||
// Example: Add a click listener to a button with ID 'myButton'
|
||||
// const myButton = document.getElementById('myButton');
|
||||
// if (myButton) {
|
||||
// myButton.addEventListener('click', function() {
|
||||
// alert('Button clicked!');
|
||||
// });
|
||||
// }
|
||||
|
||||
// You can add more specific JavaScript interactions here as needed.
|
||||
});
|
Reference in New Issue
Block a user