diff -r ./ajax_comments.js ../ajax_comments_back/ajax_comments.js
71c71
<     if(typeof(fix_control_size)!='undefined'){ fix_control_size(); }
---
>     if(typeof(fix_control_size)!='undefined'){ fix_control_size(); };
153c153
<   if (typeof(fix_control_size) != 'undefined'){ fix_control_size(); }
---
>   if (typeof(fix_control_size) != 'undefined'){ fix_control_size(); };
340c340
<     if ($('#comment-form-content').attr('cid') === '0'){
---
>     if ($('#comment-form-content').attr('cid') == 0){
451,452c451,452
<   href = href.split('#');
<   href = href[0].split('?');
---
>   var href = href.split('#');
>   var href = href[0].split('?');
Nur in .: js_lint_cleanup.patch.
