Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlistscom committed Aug 1, 2024
1 parent 551bb85 commit c8fabb0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,12 @@ function update() {

// Add link functionality
$('#add-link').off('click').on('click', function() {
// Clear form fields
$('#link-name').val('');
$('#link-url').val('');
$('#link-icon').val('');
$('#icon-file').val('');

$('#add-link-form').dialog({
modal: true,
width: 'auto',
Expand Down Expand Up @@ -822,7 +828,4 @@ function saveTableData() {
}
}
});
});
</script>
</body>
</html>
});

0 comments on commit c8fabb0

Please sign in to comment.