MaazAli/phanime

View on GitHub
client/components/customLists/customListsCreate/customListsCreate.js

Summary

Maintainability
A
1 hr
Test Coverage

Function click #createCustomListBtn has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    'click #createCustomListBtn' : function(event, template) {
        var title = $('#listTitle').val().trim();
        var description = $('#listDescription').val().trim();
        var type = "anime";
        var privacy = $('#listPrivacy').is(":checked");

    There are no issues that match your filters.

    Category
    Status