angelakuo/citydogshare

View on GitHub
public/assets/materialize/parallax-7ac34f0f3dcef83deee116ea473a2770cec13e07c8e0dcce08cc2372bbe295d3.js

Summary

Maintainability
A
1 hr
Test Coverage

Function parallax has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.parallax = function () {
      var window_width = $(window).width();
      // Parallax Scripts
      return this.each(function(i) {
        var $this = $(this);

    There are no issues that match your filters.

    Category
    Status