We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551bb85 commit c8fabb0Copy full SHA for c8fabb0
1 file changed
index.php
@@ -724,6 +724,12 @@ function update() {
724
725
// Add link functionality
726
$('#add-link').off('click').on('click', function() {
727
+ // Clear form fields
728
+ $('#link-name').val('');
729
+ $('#link-url').val('');
730
+ $('#link-icon').val('');
731
+ $('#icon-file').val('');
732
+
733
$('#add-link-form').dialog({
734
modal: true,
735
width: 'auto',
@@ -822,7 +828,4 @@ function saveTableData() {
822
828
}
823
829
824
830
});
825
-});
826
-</script>
827
-</body>
-</html>
831
+});
0 commit comments