Skip to content

Commit

Permalink
Merge pull request #703 from adobecom/revert-696-MWPW-147913-revamp
Browse files Browse the repository at this point in the history
Revert "MWPW-147913: Prevent Users From Uploading When They're Signed In"
  • Loading branch information
TsayAdobe authored Jul 10, 2024
2 parents c5e93a0 + ed1f74a commit af0d50e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions acrobat/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,6 @@ const { ietf } = getLocale(locales);
loadIms().then(() => {
const imsIsReady = new CustomEvent('IMS:Ready');
window.dispatchEvent(imsIsReady);
if (widgetBlock && !window.adobeIMS.isSignedInUser()) {
widgetBlock.style.pointerEvents = 'auto';
}
});

// DC Hosted Ready...
Expand Down
4 changes: 0 additions & 4 deletions acrobat/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ div [class *= PdfnowLifecycle__dropzone2___] {
background-color: transparent;
}

.dropZoneContent {
pointer-events: none;
}

/* ootb widget */
.dc-converter-widget > div:first-of-type {
display: none;
Expand Down

0 comments on commit af0d50e

Please sign in to comment.