Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Jan 14, 2025
1 parent 7329ac7 commit 8a68956
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Todolist
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[ IN PROGRESS ]
- (Feature) Add a way to edit repository properties like its source repository


[ IMPROVEMENTS / FEATURES ]
Expand Down
2 changes: 1 addition & 1 deletion www/public/resources/js/events/repo/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $(document).on('submit','#edit-form',function () {
var params = [];

/**
* Retrive the parameters entered in the form
* Retrieve the parameters entered in the form
*/
$(this).find('.edit-form-params').each(function () {
/**
Expand Down
2 changes: 1 addition & 1 deletion www/public/resources/js/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ $(document).on('submit','#task-form',function () {
var taskParams = [];

/**
* Retrive the parameters entered in the form
* Retrieve the parameters entered in the form
*/
$(this).find('.task-form-params').each(function () {
/**
Expand Down

0 comments on commit 8a68956

Please sign in to comment.