openSUSE/osem

View on GitHub
app/assets/javascripts/osem-schedule.js

Summary

Maintainability
A
1 hr
Test Coverage

Function add has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  add: function (previous_parent, new_parent, event) {
    event.appendTo(new_parent);
    var event_schedule_id = event.attr("event_schedule_id");
    var my_url = url;
    var type = 'POST';
Severity: Minor
Found in app/assets/javascripts/osem-schedule.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status