taurgis/SynologyStatus

View on GitHub
js/main.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initJqueryEvents has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function initJqueryEvents() {
    $('#login-submit').on('click', function(e) {
      var username = $('#login-form').find('#username').val();
      var password = $('#login-form').find('#password').val();
      var server = $('#login-form').find('#server').val();
Severity: Minor
Found in js/main.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status