$()

in eng/common/docgeneration/templates/matthews/styles/main.js [77:82]


    $("p > a").each(function () {
        var link = $(this).attr('href')
        if ($(this).text() === "" && $(this).children().attr("src") === "") {
            $(this).html(link)
        }
    });