preview actions doesn't work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-js-scopes |
Fix Committed
|
High
|
Alexandre Abreu |
Bug Description
Javascript "preview actions" doesn't work. The action button doesn't redirect to the external link specified on the "uri". Also, doesn't work in the <a href="http://
var actions_widget = new scopes.
{
}
);
Everything else works fine.
Related branches
- Marcus Tomlinson (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 11 lines (+1/-0)1 file modifiedexamples/soundcloud/soundcloud.js (+1/-0)
Changed in unity-js-scopes: | |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
importance: | Undecided → High |
Changed in unity-js-scopes: | |
status: | New → In Progress |
You need to explicitely call finished() at the end of the preview() call, as showed in the branch above