spielhoelle/zelos

View on GitHub
app/assets/javascripts/app/ocr.js

Summary

Maintainability
A
1 hr
Test Coverage

Function onchange has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  document.getElementById('bill_image').onchange = function(i) {


    if (this.files && this.files[0]) {
      var reader = new FileReader();
Severity: Minor
Found in app/assets/javascripts/app/ocr.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status