htdocs/assets/js/edit.js

Summary

Maintainability
A
1 hr
Test Coverage

Function make_editable has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function make_editable() {
    $.getJSON("/events/"+ get_current_event_id() +"/lock", function(data) {
            var edit_div = $("<div></div>");

            if(data.status === EDIT_UNLOCKED) {
Severity: Minor
Found in htdocs/assets/js/edit.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status