Skip to content

Commit d5b4a05

Browse files
authored
Merge pull request #9 from nteske/master
Adobe PDF Fix
2 parents 350d1e5 + 0d2848e commit d5b4a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2>Success!</h2>
1818
function dataLoadedHandler(result, fromUpdate) {
1919
if (result && result.data && (result.id || fromUpdate)) {
2020
var content = result.data.content;
21-
var isHosted = content.url.includes('drive.google.com') || content.url.includes('dropbox.com');
21+
var isHosted = content.url.includes('drive.google.com') || content.url.includes('dropbox.com') || content.url.includes('documentcloud.adobe');
2222
if (content && content.url) {
2323
buildfire.getContext(function (err, context) {
2424
if (context.device.platform == "web") {

0 commit comments

Comments
 (0)