Shegsdev/Banka

View on GitHub
client/assets/js/main.js

Summary

Maintainability
A
1 hr
Test Coverage

Function modalOpen has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function modalOpen(bool, action = 'undefined') {
  if (bool) {
    modal.style.display = 'block';
    modalContent.innerHTML = '';
    // Delete form
Severity: Minor
Found in client/assets/js/main.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status