For now, do the following:
Open up all the templates in which you added
HTML Code:
<script type="text/javascript" src="clientscript/inline_moderation.js"></script>
And wrap that line in this condition:
HTML Code:
<if condition="can_moderate()"></if>
Leaving you with
HTML Code:
<if condition="can_moderate()"><script type="text/javascript" src="clientscript/inline_moderation.js"></script></if>
And that should hide all the errors from him. I'm not sure why it's choking on line 99, however.
By the way, I'll add this in the next update (when it's ready).