Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2017-12-07 15:56:15 +00:00
commit 54afadf12c

View file

@ -142,7 +142,6 @@ module.exports = React.createClass({
});
app.waitForIframeLoad = (app.data.waitForIframeLoad === 'false' ? false : true);
console.log("wait for iframe load:", app.waitForIframeLoad, app.id);
}
app.url = this.encodeUri(app.url, params);