Skip to content

Commit

Permalink
Merge branch 'master' of github.com:noflo/noflo-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Oct 2, 2013
2 parents 3f0bc64 + 3d8ef76 commit 81ea0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h2>Examples</h2>
window.onload = function () {
var noflo = require('noflo');
var fbp = document.querySelector('script[type="application/fbp"]');
var fbpString = fbp.innerText.trim();
var fbpString = (fbp.innerText || fbp.textContent).trim();
noflo.graph.loadFBP(fbpString, function (graph) {
graph.baseDir = '/noflo-ui';
noflo.createNetwork(graph);
Expand Down

0 comments on commit 81ea0f0

Please sign in to comment.