Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
57163b10e4 |
@ -1,6 +1,9 @@
|
||||
$ ->
|
||||
chartInstance = null
|
||||
|
||||
$('#report-benchmarks').on 'change', (e) ->
|
||||
$('#report-tests option').prop('selected', false)
|
||||
|
||||
$('#reports-download').on 'click', (e) ->
|
||||
e.preventDefault()
|
||||
canvas = $('#benchmark-chart')[0]
|
||||
|
Reference in New Issue
Block a user