Skip to content

Commit

Permalink
Merge pull request #881 from adobecom/MWPW-160251-rm-uploaded
Browse files Browse the repository at this point in the history
MWPW-160251
  • Loading branch information
Blainegunn authored Oct 29, 2024
2 parents c5eab8d + fd4a672 commit ba1bdf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acrobat/blocks/verb-widget/verb-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ export default async function init(element) {

if (e.detail?.event === 'uploaded') {
exitFlag = true;
verbAnalytics('job:uploaded', VERB, e.detail?.data);
setUser();
document.cookie = `UTS_Uploaded=${Date.now()};domain=.adobe.com;path=/;expires=${cookieExp}`;
}
Expand Down

0 comments on commit ba1bdf2

Please sign in to comment.