Skip to content

Commit

Permalink
alter syp bulk with url console log for easier checking
Browse files Browse the repository at this point in the history
  • Loading branch information
markmacgillivray committed Dec 11, 2024
1 parent db190a8 commit 598b3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/shareyourpaper/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ <h2>OAB Only TODO is this still needed</h2>
if (noddy.user !== undefined && noddy.user.account !== undefined && noddy.user.account._id !== undefined) addr += 'uid=' + noddy.user.account._id + '&';
if ($(this).attr('id') === 'all_file_deposits') addr += 'submitted=true&';
if ($('#depositdate').val()) addr += 'fromdate=' + new Date($('#depositdate').datepicker('getDate')).valueOf() + '&';
console.log(addr);
$(this).attr('href',addr);
}
$('body').on('click','#all_deposits',deposits);
Expand Down

0 comments on commit 598b3fc

Please sign in to comment.