Skip to content

Commit dafe9f1

Browse files
committed
update doc
1 parent e016bbf commit dafe9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $(function() {
8383
$(this).parent().find('input[type="checkbox"]').trigger('click');
8484
});
8585

86-
// Trigger a double click on the span to show full job description.
86+
// Show/hide full job description on click event.
8787
$(".description-input").click(function() {
8888
$(this).toggleClass("description-input-full");
8989
});

0 commit comments

Comments
 (0)