ui/views/newrelic/file/javascript/transaction_sample.js in newrelic_rpm-3.6.5.130 vs ui/views/newrelic/file/javascript/transaction_sample.js in newrelic_rpm-3.6.6.147
- old
+ new
@@ -6,13 +6,13 @@
$('#params_link').hide();
$('#request_params').show();
}
function show_view(page_id){
- $('#show_sample_summary, #show_sample_sql, #show_sample_detail').hide();
+ $('#show_sample_summary, #show_sample_sql, #show_sample_detail').hide();
$('#' + page_id).show();
-}
+}
function toggle_row_class(theLink)
{
var image = $('img', theLink).first();
var visible = toggle_row_class_for_image(image);
@@ -118,6 +118,6 @@
highlight($('tr.' + metric_name, '#trace_detail_table'))
expand_all_segments();
}
function highlight(elements) {
elements.css('background-color', 'lightyellow');
-}
\ No newline at end of file
+}