consul/consul

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

Summary

Maintainability
A
0 mins
Test Coverage
(function() {
  "use strict";
  App.LegislationAllegations = {
    show_comments: function() {
      if (!App.LegislationAnnotatable.isMobile()) {
        document.querySelector(".draft-allegation details.calc-comments").open = true;
      }
    }
  };
}).call(this);