message_width_js

   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "message_width_js".
... in topic.naml
222
223
224
225
226
<macro name="message_width_js">
    <script type="text/javascript">
        Nabble.messageTextWidth();
    </script>
</macro>