Skip to content

Commit

Permalink
本次提交修改(删除)了高达7个字符
Browse files Browse the repository at this point in the history
  • Loading branch information
for-the-zero committed Jul 24, 2024
1 parent 14a71b3 commit 528e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typeto/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $('.add-btn').on('click',function(){
function get_events(){
let events_list = {};
$('.list-item').each(function(){
events_list[ $(this).find('.key').val().trim() ] = $(this).find('.value').val();
events_list[ $(this).find('.key').val() ] = $(this).find('.value').val();
});
return events_list;
};
Expand Down

0 comments on commit 528e462

Please sign in to comment.