in 2 posts, 2 voices
At line 288 if (HtmlRubySettings !== undefined) should be replaced by if (typeof(HtmlRubySettings) != "undefined") (for instance)
if (HtmlRubySettings !== undefined)
if (typeof(HtmlRubySettings) != "undefined")
Thanks, code updated.
<code>
<pre>
<
>