pluswerk/mail_logger

View on GitHub
Resources/Public/JavaScript/MailLogModal.js

Summary

Maintainability
A
1 hr
Test Coverage

Function showMailLogModal has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function showMailLogModal(html, title) {
    const typo3Window = (opener != null && typeof opener.top.TYPO3 !== 'undefined' ? opener.top : top);
    const buttonClass = Severity.getCssClass(Severity.info);

    const buttons = [{
Severity: Minor
Found in Resources/Public/JavaScript/MailLogModal.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status