<HTML><HEAD><META content="text/html; charset=UTF-8" http-equiv="Content-Type"></HEAD><BODY>I was building a framework (a hybrid of framework and parent theme), and wanted to include just that one line of code in it, so the themes built on it wouldn't need to include it.<BR>
<BR>
Adding another HTTP request would be pointless for a single line of JavaScript.<BR>
<BR>
Chip Bennett wrote:<BR>
<blockquote type="cite"><BR>
Is there any particular reason that such a script can't be enqueued <BR>
like most other scripts, that would warrant such an exception?<BR>
<BR>
Chip<BR>
<BR>
On Tue, Oct 16, 2012 at 12:02 PM, WPForever Team &lt;hi@wpforever.com <BR>
&lt;mailto:hi@wpforever.com&gt;&gt; wrote:<BR>
<BR>
&nbsp;&nbsp;&nbsp; This is my first post here, I hope I'm doing it correctly.<BR>
<BR>
&nbsp;&nbsp;&nbsp; I want to add a "no-js" class to &lt;html&gt;, and then remove it<BR>
&nbsp;&nbsp;&nbsp; immediately (and add "js") if the browser supports JavaScript. For<BR>
&nbsp;&nbsp;&nbsp; this, I want to add the following as the first thing after &lt;head&gt;<BR>
<BR>
&nbsp;&nbsp;&nbsp; &lt;script&gt;(function(h){h.className = h.className.replace('no-js',<BR>
&nbsp;&nbsp;&nbsp; 'js')})(document.documentElement)&lt;/script&gt;<BR>
<BR>
&nbsp;&nbsp;&nbsp; &gt;From what I could understand from the Theme Review page in the<BR>
&nbsp;&nbsp;&nbsp; Codex, this isn't allowed.<BR>
<BR>
&nbsp;&nbsp;&nbsp; Can this be an exception?<BR>
<BR>
&nbsp;&nbsp;&nbsp; _______________________________________________<BR>
&nbsp;&nbsp;&nbsp; theme-reviewers mailing list<BR>
&nbsp;&nbsp;&nbsp; theme-reviewers@lists.wordpress.org<BR>
&nbsp;&nbsp;&nbsp; &lt;mailto:theme-reviewers@lists.wordpress.org&gt;<BR>
&nbsp;&nbsp;&nbsp; http://lists.wordpress.org/mailman/listinfo/theme-reviewers<BR>
<BR>
<BR>
_______________________________________________<BR>
theme-reviewers mailing list<BR>
theme-reviewers@lists.wordpress.org<BR>
http://lists.wordpress.org/mailman/listinfo/theme-reviewers</BODY></HTML>