ZuluPro/myblog

View on GitHub
myblog/myapp/static/zinnia/js/foundation/foundation.interchange.js

Summary

Maintainability
A
2 hrs
Test Coverage

File foundation.interchange.js has 255 lines of code (exceeds 250 allowed). Consider refactoring.
Open

;(function ($, window, document, undefined) {
  'use strict';

  Foundation.libs.interchange = {
    name : 'interchange',
Severity: Minor
Found in myblog/myapp/static/zinnia/js/foundation/foundation.interchange.js - About 2 hrs to fix

    Avoid too many return statements within this function.
    Open

              return $.get(path, function (response) {
                el.html(response);
                el.data(self.data_attr + '-last-path', path);
                trigger();
              });
    Severity: Major
    Found in myblog/myapp/static/zinnia/js/foundation/foundation.interchange.js - About 30 mins to fix

      There are no issues that match your filters.

      Category
      Status