Merge pull request #3471 from overleaf/jel-showNewLogsUI

window.showNewLogsUI as boolean and add fallback

GitOrigin-RevId: beebbc65046b9c6a56227ffecd5ab86c52fde9f3
This commit is contained in:
Jakob Ackermann
2020-12-11 10:41:15 +00:00
committed by Copybot
parent 50b7591a11
commit f560ee6d53

View File

@@ -404,4 +404,4 @@ script(type='text/ng-template', id='clearCacheModalTemplate')
span(ng-show="state.inflight") #{translate("clearing")}…
script(type="text/javascript").
window.showNewLogsUI = '#{showNewLogsUI}'
window.showNewLogsUI = #{showNewLogsUI || false}