mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Comment out switch away survey to temporary disable it
GitOrigin-RevId: f516af0f016c05cba1d171b1f2ad98aa695447ba
This commit is contained in:
parent
28414b118d
commit
0cca76557e
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ div.full-size(
|
||||||
custom-toggler-msg-when-open=hasFeature('custom-togglers') ? translate("tooltip_hide_pdf") : false
|
custom-toggler-msg-when-open=hasFeature('custom-togglers') ? translate("tooltip_hide_pdf") : false
|
||||||
custom-toggler-msg-when-closed=hasFeature('custom-togglers') ? translate("tooltip_show_pdf") : false
|
custom-toggler-msg-when-closed=hasFeature('custom-togglers') ? translate("tooltip_show_pdf") : false
|
||||||
)
|
)
|
||||||
cm6-switch-away-survey()
|
//- We will be restarting the survey later after some time
|
||||||
|
//- Will leave the survey component commented until then
|
||||||
|
//- cm6-switch-away-survey()
|
||||||
|
|
||||||
include ./editor-pane
|
include ./editor-pane
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue