Skip to content

Commit

Permalink
Log attributes of second tr element
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Dec 20, 2023
1 parent a55e6b8 commit 8010f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ var mfazoneFileListPlugin = {
}
});
console.log('IDS>>>>>>', ids);
console.log('attributes of second tr element', document.getElementsByTagName('tr')[1].attributes);
const statusUrl = OC.generateUrl('/apps/mfazones/getList');
$.ajax({
type: 'GET',
Expand Down

0 comments on commit 8010f03

Please sign in to comment.