mirror of
https://github.com/NohamR/AutoEnt.git
synced 2025-12-29 01:58:53 +00:00
publish
This commit is contained in:
@@ -58,22 +58,4 @@
|
||||
</body>
|
||||
<script src="popup.js"></script>
|
||||
<script src="custom.js"></script>
|
||||
<!-- <script>
|
||||
// Get a reference to the form and the button
|
||||
const form = document.getElementById('loginForm');
|
||||
const saveButton = document.getElementById('saveButton');
|
||||
|
||||
// Add an event listener to the button click event
|
||||
saveButton.addEventListener('click', function (event) {
|
||||
// Prevent the default form submission
|
||||
event.preventDefault();
|
||||
|
||||
// You can add your custom logic here
|
||||
// For example, you can validate the form inputs and perform other actions
|
||||
// If you want to submit the form via AJAX, you can do that here.
|
||||
|
||||
// For demonstration purposes, let's just log a message
|
||||
console.log('Form submission prevented.');
|
||||
});
|
||||
</script> -->
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user