Skip to content

Commit

Permalink
Update rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
TsayAdobe committed Oct 24, 2024
1 parent e02cefe commit fd90970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgeworkers/Acrobat_DC_web_prod/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function responseProvider(request) {
firstPassRewriter.onElement('meta[name="mobile-widget"]', el => {
mobileWidget = el.getAttribute('content');
});
firstPassRewriter.onElement('div[class="unity workflow-acrobat"]', el => {
firstPassRewriter.onElement('.unity.workflow-acrobat', el => {
unityWorkflow = true;
});
const nullWriter = new WritableStream({
Expand Down

0 comments on commit fd90970

Please sign in to comment.