/* Js for , Version=1777643736 */
 v.lang = {"confirmDelete":"Do you want to delete it?","deleteing":"Deleting","doing":"Doing","loading":"Loading","updating":"Updating","timeout":"Timeout. Please try it again.","errorThrown":"Error : ","continueShopping":"Continue shopping","required":"Required","back":"Back","continue":"Continue","bindWechatTip":"Posting sets the limit for binding WeChat. Please bind WeChat user first.","importTip":"Old layout data will be replaced","fullImportTip":"Old article, product, layout data will be replaced and import test data"};;v.path = ["15"];;v.objectType = "article";;v.objectID = 55;;v.categoryID = 15;;v.categoryPath = ["15"];;
;v.pageLayout = "global";;$(document).ready(function()
{
    $('#copyBox').hide().find(':input').attr('disabled', true);
    $('#source').change(function()
    {
        $('#copyBox').hide().find(':input').attr('disabled', true);
        if($(this).val() != 'original') $('#copyBox').show().find(':input').attr('disabled', false);
    });

    /* Set current active topNav. */
    var hasActive = false;
    if(v.categoryID > 0 && $('.nav-video-' + v.categoryID).length >= 1)
    {
        hasActive = true;
        $('.nav-video-' + v.categoryID).addClass('active');
    }

    if(v.categoryPath && v.categoryPath.length)
    {
        $.each(v.categoryPath, function(index, category)
        {
            if(!hasActive)
            {
                if($('.nav-video-' + category).length >= 1) hasActive = true;
                $('.nav-video-' + category).addClass('active');
            }
        });
    }
    else if(v.path && v.path.length)
    {
        $.each(v.path, function(index, category)
        {
            if(!hasActive)
            {
                if($('.nav-video-' + category).length >= 1) hasActive = true;
                $('.nav-video-' + category).addClass('active');
            }
        });
        if(!hasActive) $('.nav-video-0').addClass('active');
    }

    if(v.categoryID !== 0) $('#category' + v.categoryID).parent().addClass('active');
    $('#navbar li.active').parents('li').addClass('active');
});
$(document).ready(function()
{
    $('body').tooltip(
    {
        html: true,
        selector: "[data-toggle=tooltip]",
        container: "body"
    });
});
$('#foot').insertBefore('#footer');//禁止下载
$('video').attr('controlslist', 'nodownload');
$('video').bind('contextmenu',function(){return false;});
//禁止右键
$(document).bind("contextmenu",function(){return false;});
//禁止选择
$(document).bind("selectstart",function(){return false;});
//禁止F12
document.onkeydown = function(){
    if(window.event && window.event.keyCode == 123) {
        event.keyCode = 0;
        event.returnValue = false;
    }
}
;
function loadCartInfo(twinkle)
{
    $('#siteNav').load(createLink('misc', 'printTopBar'),
        function()
        {
            if(twinkle) 
            {
                bootbox.dialog(
                {  
                    message: v.addToCartSuccess,  
                    buttons:
                    {  
                        back:
                        {  
                            label:     v.lang.continueShopping,
                            className: 'btn-primary',  
                            callback:  function(){location.reload();}  
                        },
                        cart:
                        {  
                            label:     v.gotoCart,  
                            className: 'btn-primary',  
                            callback:  function(){location.href = createLink('cart', 'browse');}  
                        }  
                    }  
                });
            }
        }
    );
}
