alexwilkinson/filmetric

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

Summary

Maintainability
A
2 hrs
Test Coverage
$(document).ready(function(){
  $('#browse-button').click(function(){
    if($('.row').length > 1) {
      $('.row').last().remove();
    }
  });
});