saeedsq/django-fancy-cronfield

View on GitHub
fancy_cronfield/static/fancy_cronfield/js/cronfield.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    $.fn.cron_field = function(options) {
        var cron_id = this.attr('id') + '-cron';
        if ($('#' + cron_id).exists()) {
            if (window.cron_objs[cron_id] !== undefined) {
                return window.cron_objs[cron_id];
Severity: Minor
Found in fancy_cronfield/static/fancy_cronfield/js/cronfield.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status