gocodebox/lifterlms

View on GitHub
assets/js/llms-favorites.js

Summary

Maintainability
A
1 hr
Test Coverage

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

        favorite: function( $btn ) {

            var object_id     = $btn.attr( 'data-id' ),
                object_type = $btn.attr( 'data-type' ),
                user_action    = $btn.attr( 'data-action' );
Severity: Minor
Found in assets/js/llms-favorites.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status