Merge pull request #29904 from sftim/20211003_mark_when_javascript_available
Mark when JavaScript is available
This commit is contained in:
@@ -72,6 +72,8 @@ var kub = (function () {
|
||||
headlineWrapper = $('#headlineWrapper');
|
||||
HEADER_HEIGHT = header.outerHeight();
|
||||
|
||||
document.documentElement.classList.remove('no-js');
|
||||
|
||||
resetTheView();
|
||||
|
||||
window.addEventListener('resize', resetTheView);
|
||||
|
||||
Reference in New Issue
Block a user