Skip to content

Commit

Permalink
Add appearance ready api
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKvazos committed Mar 12, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fd9743a commit 5f374e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/widget/widget.js
Original file line number Diff line number Diff line change
@@ -92,6 +92,12 @@ function render() {

// Render HTML content
textContainer.innerHTML = content.text;

try {
buildfire.appearance.ready();
} catch (err) {
console.log('appearance.ready() failed, is sdk up to date?');
}
}


0 comments on commit 5f374e6

Please sign in to comment.