Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
Highlight text in estimate block on click. (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Martin authored Feb 23, 2018
1 parent 7ce65dd commit 725d7bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,10 @@ $(document).on('turbolinks:load', function() {
$(document).on('click', '.js--closeMenu', function(e) {
$('.menuOverlay').addClass('hidden')
})

$(document).on('click', '.estimateInput', function(e) {
e.target.select()
})

})

0 comments on commit 725d7bc

Please sign in to comment.