thedrummeraki/tanoshimu

View on GitHub
public/js/watched_episodes.js

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

            if (episode.ratio !== undefined) {
                var progressBar = $('div#progress_' + id);
                ratioInfo = 'width: ' + parseInt(episode.ratio) + '%;';
                progressBar.attr('style', ratioInfo);
                progressBar.removeClass('hidden');
Severity: Major
Found in public/js/watched_episodes.js - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status