phodal/diaonan

View on GitHub
app/assets/js/topics.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function setupTopic has 94 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function setupTopic(topic) {
  var url = window.location.protocol + '//' + window.location.hostname;
  if (window.location.port) {
    url += ':' + window.location.port;
  }
Severity: Major
Found in app/assets/js/topics.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status