lighthouse-labs/laser_shark

View on GitHub
app/assets/javascripts/activities.js.coffee

Summary

Maintainability
Test Coverage
$ ->
  $('#student_submit_code_review_button').on 'click', (event) ->
    hiddenGithubUrl = $('#hidden_github_url_input')
    visibleGithubUrl = $('#activity_submission_github_url')
    hiddenGithubUrl.val(visibleGithubUrl.val())