Commit 8d96698f authored by Nikolay Gromov's avatar Nikolay Gromov

Библиотека: добавил актуальный JS

parent 9cdc3f67
...@@ -32,7 +32,7 @@ html(class='no-js page', lang='ru') ...@@ -32,7 +32,7 @@ html(class='no-js page', lang='ru')
link(rel='stylesheet', href='css/style.css') link(rel='stylesheet', href='css/style.css')
link(rel='stylesheet', href='css/blocks-library.css') link(rel='stylesheet', href='css/blocks-library.css')
script. script.
document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); document.querySelector('html').classList.replace('no-js', 'js');'ontouchstart' in window ? document.querySelector('html').classList.add('touch') : document.querySelector('html').classList.add('no-touch');
body body
noscript У вас отключен JavaScript. Это пугает. noscript У вас отключен JavaScript. Это пугает.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment