fastladder/fastladder

View on GitHub
app/assets/javascripts/lib/reader/view.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function setup_event has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function setup_event(){
    // Subscribe_idに対応するイベント
    ClickEvent.add('[subscribe_id]', function(){
        var action = get_action(this);
        var sid = this.getAttribute("subscribe_id");
Severity: Major
Found in app/assets/javascripts/lib/reader/view.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status