Recipe - Trouble Finding MetricId
Skill level: Beginner
Organization: Highlands Fellowship
Requires Rock: 1.9.4
{# strip images & classes from the HTML but otherwise leave structure #}
Do you struggle to find a MetricId? Adding the simple script below will display the MetricId in the header.



<script>
$(function() {
var metricId = $('[id$="hfMetricId"]').val();
$(".panel-title").append(' (Id: ' + metricId + ')');
});
</script>
Screenshots
- /GetImage.ashx?guid=b08175c2-abca-45bf-9f66-ffc5d999e1d2