We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e016bbf commit dafe9f1Copy full SHA for dafe9f1
core/src/main/resources/org/apache/spark/ui/static/additional-metrics.js
@@ -83,7 +83,7 @@ $(function() {
83
$(this).parent().find('input[type="checkbox"]').trigger('click');
84
});
85
86
- // Trigger a double click on the span to show full job description.
+ // Show/hide full job description on click event.
87
$(".description-input").click(function() {
88
$(this).toggleClass("description-input-full");
89
0 commit comments