From ed61791b4582730b7ce6d93be17abd824b0413f3 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 22 May 2018 10:58:18 +0200 Subject: [PATCH] fix compile button --- src/app/tabs/compile-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/compile-tab.js b/src/app/tabs/compile-tab.js index 24da4d4ade..caf04b88db 100644 --- a/src/app/tabs/compile-tab.js +++ b/src/app/tabs/compile-tab.js @@ -135,7 +135,7 @@ module.exports = class CompileTab { if (self._view.el) return self._view.el self._view.warnCompilationSlow = yo`` self._view.compileIcon = yo`` - self._view.compileButton = yo`
${self._view.compileIcon} Start to compile
` + self._view.compileButton = yo`
${self._view.compileIcon} Start to compile
` self._view.autoCompile = yo`` if (self.data.autoCompile) self._view.autoCompile.setAttribute('checked', '') self._view.compileContainer = yo`