devcows/hugo-universal-theme

View on GitHub
static/js/gmaps.init.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function map has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function map () {
  if ($('#map').length) {
    var lat = $('#gmap-lat').val()
    var lng = $('#gmap-lng').val()
    var direction = $('#gmap-dir').val()
Severity: Major
Found in static/js/gmaps.init.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status