Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Updates from head #1

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix IA links
nathanknowles committed Mar 15, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 149db4831174da70611b29004d79c1db53140e32
2 changes: 1 addition & 1 deletion provider/index.js
Original file line number Diff line number Diff line change
@@ -162,7 +162,7 @@ _.extend(Provider.prototype, {
+ '">' + out + '</div>';
}

if (opts.fbInstant) {
if (opts.fbInstant && (opts.as !== 'link')) {
out = '<figure class="op-interactive"><iframe>'
+ out
+ '</iframe></figure>';