Merge pull request #19543 from overleaf/msm-remove-editor-resources

[web] Remove Editor Resources check from launchpad

GitOrigin-RevId: b5db26b26fefc07b5134d83c50dca9014ac72181
This commit is contained in:
Miguel Serrano 2024-08-01 09:42:09 +02:00 committed by Copybot
parent 075b83be8a
commit a99f3a5fd6
3 changed files with 0 additions and 19 deletions

View file

@ -520,7 +520,6 @@
"editor_disconected_click_to_reconnect": "Editor disconnected, click anywhere to reconnect.",
"editor_limit_exceeded_in_this_project": "Too many editors in this project",
"editor_only_hide_pdf": "Editor only <0>(hide PDF)</0>",
"editor_resources": "Editor Resources",
"editor_theme": "Editor theme",
"educational_discount_applied": "40% educational discount applied!",
"educational_discount_available_for_groups_of_ten_or_more": "The educational discount is available for groups of 10 or more",

View file

@ -166,13 +166,6 @@ block content
h2 #{translate('status_checks')}
<!-- ide js -->
.row.row-spaced-small
.col-sm-5
| #{translate('editor_resources')}
.col-sm-7
+launchpad-check('ide')
<!-- websocket -->
.row.row-spaced-small
.col-sm-5

View file

@ -75,17 +75,6 @@ function setUpStatusIndicators() {
})
}
)
setUpStatusIndicator(
document.querySelector('[data-ol-launchpad-check="ide"]'),
() => {
return fetch(getMeta('ol-ideJsPath')).then(res => {
if (!res.ok) {
throw new Error(`Http status: ${res.status}`)
}
})
}
)
}
if (getMeta('ol-adminUserExists')) {