gistflow/gistflow

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

Summary

Maintainability
A
0 mins
Test Coverage
$(function(){
  $(document).on('click', 'a.hints', function(){
    $('div.markdown_hints').toggle()
  })
});