panterch/ananas

View on GitHub
app/assets/javascripts/image-preview-input.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initImagePreviewInput has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function initImagePreviewInput() {

    function readURL() {
        if (this.files && this.files[0]) {
            var name = this.name;
Severity: Minor
Found in app/assets/javascripts/image-preview-input.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status