Noosfero/noosfero

View on GitHub
public/javascripts/comment_form.js

Summary

Maintainability
A
1 hr
Test Coverage

Function save_comment has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function save_comment(button) {
  var $ = jQuery;
  var $button = $(button);
  var form = $button.parents("form");
  var post_comment_box = $button.parents('.post_comment_box');
Severity: Minor
Found in public/javascripts/comment_form.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status