const min = +oneType.getAttribute('min');
const max = +oneType.getAttribute('max');
nOne = (oneType.value - min) * 100 / (max - min);
translate
происходит относительно начальной позиции привидения, т.е. от верха страницы.clientY
, строка 6).pageY
api-ip.fssprus.ru
, чтобы они дали доступ вашему сайту. $FIRST$, $SECOND$
RewriteEngine on
# www to non-www
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
# http to https
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [L,QSA]
Насколько долго протянет JS если в wasm добавят dom? Что планируется или js вечен?
.calc_table {
width: 100%;
overflow-x: scroll;
}
.calc_title > div, .calc_row > div {
flex-shrink: 0;
flex-grow: 0;
}
RewriteEngine On
RewriteCond %{HTTPS} =off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]