Revert "Work around sl-select bug. (#3139)" (#3153)

This reverts commit 4ad8db28dd.
This commit is contained in:
Jason Robbins 2023-07-12 11:43:16 -07:00 коммит произвёл GitHub
Родитель 126934467b
Коммит 816922ca08
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -88,14 +88,6 @@ limitations under the License.
See https://github.com/GoogleChrome/chromium-dashboard/issues/2014
#}
<script type="module" nonce="{{nonce}}" src="/static/js/shared.min.js?v={{app_version}}"></script>
{# Work-around for bug in sl-select:
https://github.com/GoogleChrome/chromium-dashboard/issues/3137
#}
<script nonce="{{nonce}}">
let process = { env: {} };
</script>
</body>
</html>