mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
Merge pull request #3471 from overleaf/jel-showNewLogsUI
window.showNewLogsUI as boolean and add fallback GitOrigin-RevId: beebbc65046b9c6a56227ffecd5ab86c52fde9f3
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user