From 0a42e1dd0e9e448751b091e67989ad7c2437181e Mon Sep 17 00:00:00 2001 From: Thomas BrĂ¼derli Date: Mon, 10 Aug 2009 12:05:41 +0000 Subject: Set html.js css class if javascript/jsboot is enabled --- itjs/boot.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'itjs') diff --git a/itjs/boot.js b/itjs/boot.js index 63ab406..8a2a30a 100644 --- a/itjs/boot.js +++ b/itjs/boot.js @@ -201,3 +201,7 @@ function it_boot(file, isretry) window.it_domtimer = window.setTimeout("it_boot('" + file + "')" , 42); } } + +if (document.documentElement) + document.documentElement.className += ' js'; + -- cgit v1.2.3