﻿$(document).ready(function()
{
    $(".js-indicator").each( function()
    {        
        $(this).attr( "href", $(this).attr( "href" ) + "&jsEnabled=1" );
    });
});

function initJSIndicatorUpdatePanel()
{
    $(".js-indicator").each( function()
    {        
        $(this).attr( "href", $(this).attr( "href" ) + "&jsEnabled=1" );
    });
}