fossasia/loklak_webclient

View on GitHub
app/js/components/jquery.otherDropdown.js

Summary

Maintainability
A
1 hr
Test Coverage

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

$.fn.otherDropdown = function(options) {
    var $this = this;
    // Allow a different name/value to trigger, default to 'other'
    var opts = $.extend({}, {value: 'other'}, options);
    opts.name_lower = opts.value.toLowerCase();
Severity: Minor
Found in app/js/components/jquery.otherDropdown.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status