Skip to content

Commit

Permalink
Revert "update to put widget on stage in new folder"
Browse files Browse the repository at this point in the history
  • Loading branch information
Blainegunn authored Sep 1, 2023
1 parent 91bbdb1 commit 4dc65d9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions acrobat/blocks/dc-converter-widget/dc-converter-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,6 @@ export default async function init(element) {
ENV = 'stage';
}

//Special Folder for Prod Widget in all situations
if (window.location.pathname.includes('acrobat/online/prod-test')) {
WIDGET_ENV = `https://acrobat.adobe.com/dc-hosted/${DC_WIDGET_VERSION}/dc-app-launcher.js`;
DC_DOMAIN = 'https://www.adobe.com/dc';
ENV = 'prod';
}

widget.querySelector('div').id = 'VERB';
const VERB = widget.querySelector('div').textContent.trim().toLowerCase();

Expand Down

0 comments on commit 4dc65d9

Please sign in to comment.