masao/fuwatto

View on GitHub
api/widget.js

Summary

Maintainability
A
1 hr
Test Coverage

Function fuwatto_show_result has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function fuwatto_show_result( data ) {
  var keywords = document.createElement('div');
  keywords.setAttribute('class','fuwatto_keywords');
  keywords.style.cssText = 'text-align:right;font-size:smaller';
  keywords.appendChild( document.createTextNode( data.q + "\n" ) );
Severity: Minor
Found in api/widget.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status