Skip to content

Commit 6015913

Browse files
committed
Added comment
1 parent 08dee73 commit 6015913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/resources/org/apache/spark/ui/static/additional-metrics.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ $(function() {
4646
stripeTables();
4747
});
4848

49+
// Trigger a click on the checkbox if a user clicks the label next to it.
4950
$("span.additional-metric-title").click(function() {
5051
$(this).parent().find('input:checkbox').trigger('click');
5152
});

0 commit comments

Comments
 (0)