JS-Tech/resj

View on GitHub
app/javascript/admin/snaptable.js

Summary

Maintainability
A
1 hr
Test Coverage

Function snapifyTable has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function snapifyTable(snaptable) {

  var tableButtons = snaptable.querySelector(".table_buttons"),
      editButton = tableButtons.querySelector("a.edit"),
      deleteButton = tableButtons.querySelector("a.delete"),
Severity: Minor
Found in app/javascript/admin/snaptable.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status