drapergeek/campmaster

View on GitHub
app/assets/javascripts/prefilled_input.js

Summary

Maintainability
A
1 hr
Test Coverage

Function prefilledInput has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.prefilledInput = function() {

    var focus = function () {
      $(this).removeClass('prefilled');
      if (this.value == this.prefilledValue) {
Severity: Minor
Found in app/assets/javascripts/prefilled_input.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status