Pinned Loading
-
-
-
Основы работы с Git
Основы работы с Git 1# Основы работы с Git2*По материалам сайта Calculate Linux: https://www.calculate-linux.org/main/ru/git*
34- [Введение](#Введение)
5- [Основы работы с удаленным репозиторием](#Основы-работы-с-удаленным-репозиторием)
-
example_getData.js
example_getData.js 1// запрос данных23const getData = async (serverURI) => {
4const data = await fetch(serverURI);
5 -
disable_scroll.js
disable_scroll.js 1// блокировка скролла2const disableScroll = () => {
3if (document.disableScroll) { return; }
45const widthScroll = window.innerWidth - document.body.offsetWidth;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.