yoichiro/chromeos-filesystem-dropbox

View on GitHub
src/scripts/window.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    onClickedBtnMount(evt) {
        const btnMount = document.querySelector('#btnMount');
        evt.preventDefault();
        btnMount.setAttribute('disabled', 'true');
        $.toast({
Severity: Minor
Found in src/scripts/window.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status