ging/social_stream

View on GitHub
documents/app/assets/javascripts/social_stream/documents.wall.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function Wall has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

SocialStream.Documents.Wall = (function(SS, $, undefined) {
  var initWall = function() {
    $('<label/>', {
      "for": 'new_document_title',
      style: 'display: none;',
Severity: Minor
Found in documents/app/assets/javascripts/social_stream/documents.wall.js - About 1 hr to fix

    Function initWall has 44 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      var initWall = function() {
        $('<label/>', {
          "for": 'new_document_title',
          style: 'display: none;',
          text: I18n.t('activerecord.attributes.document.title')
    Severity: Minor
    Found in documents/app/assets/javascripts/social_stream/documents.wall.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status