crowbar/crowbar-core

View on GitHub
crowbar_framework/vendor/assets/javascripts/jquery/hideShowPassword.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function initInnerToggle has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    initInnerToggle: function (el, options) {

      var attachment = (el.css('direction') === 'rtl') ? 'left' : 'right'
        , elWidth = el[options.widthMethod]()
        , wrapperCSS = {

There are no issues that match your filters.

Category
Status