sharetribe/sharetribe

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

Summary

Maintainability
A
1 hr
Test Coverage

Function toggleMenu has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function toggleMenu(el) {
    var $menu = $(el.attr('data-toggle'));
    var anchorElement = $(el.attr('data-toggle-anchor-element') || el);
    var anchorPosition = el.attr('data-toggle-anchor-position') || "left";
    var togglePosition = el.attr('data-toggle-position') || "relative";
Severity: Minor
Found in app/assets/javascripts/dropdown.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status