Initial commit
This commit is contained in:
7
HTML/FiveM/js/assets/components/footer/script.js
Normal file
7
HTML/FiveM/js/assets/components/footer/script.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const footer_buttons = document.getElementsByClassName("footer_buttons")[0].children;
|
||||
for (let button of footer_buttons) {
|
||||
button.onclick = () => {
|
||||
location.href = button.id;
|
||||
};
|
||||
}
|
||||
//# sourceMappingURL=script.js.map
|
||||
Reference in New Issue
Block a user