Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
edit category
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhtnguyen committed Dec 8, 2023
1 parent 7830da0 commit 592203d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/webapp/view/admin/category-admin.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<div class="modal-header">
<h5 class="modal-title" id="editCategoryModalLabel">Edit Category</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"
onclick="closeEditModal()">
onclick="closeEditCategoryModal()">
<span aria-hidden="true">&times;</span>
</button>
</div>
Expand All @@ -171,9 +171,9 @@
</div>
<!-- Modal Footer -->
<div class="modal-footer">
<button type="button" class="btn btn-primary" onclick="saveCategoryChanges()">Save changes</button>
<button type="button" class="btn btn-primary" onclick="saveChangesEditCategory()">Save changes</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal"
onclick="closeEditModal()">Cancel</button>
onclick="closeEditCategoryModal()">Cancel</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 592203d

Please sign in to comment.