From 3c0197cbf4d403080763bb22527426793a3a1da8 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Thu, 17 Aug 2017 16:17:57 +0200 Subject: [PATCH] Firefox fails to boot the iframe if there is no number on setInterval --- www/common/sframe-channel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-channel.js b/www/common/sframe-channel.js index 62250704a..b12d112ba 100644 --- a/www/common/sframe-channel.js +++ b/www/common/sframe-channel.js @@ -148,7 +148,7 @@ define([ content: { requireConf: RequireConfig }, q: 'INIT' }), '*'); - }); + }, 1); }); } };