var Lockpoint={contextPath:"",i18n:{},innerAjaxFileAction:function(B,A,D){var C;
jQuery.ajax({url:Lockpoint.contextPath+"/lockpoint/ajaxhelper.action",type:"POST",dataType:"json",async:false,data:({gliffyObjects:[B+":"+A+":"+D]}),success:function(E){Lockpoint.i18n=E.i18n;
if(E.attachments&&E.attachments.length>0){C=E.attachments[0]
}}});
return C
},performAjaxFileAction:function(B,A,D){var C=Lockpoint.innerAjaxFileAction(B,A,D);
if(typeof C=="undefined"){return"Server error"
}else{if(C.success){return""
}else{return C.errorMessage
}}}};
jQuery(function(A){Lockpoint.contextPath=(jQuery("#confluence-context-path").attr("content")||"")
});

