(function(a){if(typeof module==="object"&&module.exports){module.exports=a() }else{var b=window.Granite=window.Granite||{}; b.Sling=a() }}(function(){return{SELECTOR_INFINITY:".infinity",CHARSET:"_charset_",STATUS:":status",STATUS_BROWSER:"browser",OPERATION:":operation",OPERATION_DELETE:"delete",OPERATION_MOVE:"move",DELETE_SUFFIX:"@Delete",TYPEHINT_SUFFIX:"@TypeHint",COPY_SUFFIX:"@CopyFrom",MOVE_SUFFIX:"@MoveFrom",ORDER:":order",REPLACE:":replace",DESTINATION:":dest",SAVE_PARAM_PREFIX:":saveParamPrefix",IGNORE_PARAM:":ignore",REQUEST_LOGIN_PARAM:"sling:authRequestLogin",LOGIN_URL:"/system/sling/login.html",LOGOUT_URL:"/system/sling/logout.html"} })); (function(a){if(typeof module==="object"&&module.exports){module.exports=a() }else{var b=window.Granite=window.Granite||{}; b.Util=a() }}(function(){var a=function(b){return Object.prototype.toString.call(b)==="[object Array]" }; return{patchText:function(d,c){if(c){if(!a(c)){d=d.replace("{0}",c) }else{for(var b=0; b=0){return uri.substring(0,fragmentIndex) }else{return uri }}; self.removeParameters=function(uri){var queryIndex=uri.indexOf("?"); if(queryIndex>=0){return uri.substring(0,queryIndex) }else{return uri }}; self.encodePathOfURI=function(uri){var DELIMS=["?","#"]; var parts=[uri]; var delim; for(var i=0,ln=DELIMS.length; i=0){parts=uri.split(delim); break }}if(ENCODE_PATH_REGEXP.test(parts[0])){parts[0]=self.encodePath(parts[0]) }return parts.join(delim) }; self.encodePath=function(uri){uri=encodeURI(uri); uri=uri.replace(/%5B/g,"[").replace(/%5D/g,"]"); uri=uri.replace(/\?/g,"%3F"); uri=uri.replace(/#/g,"%23"); return uri }; self.handleLoginRedirect=function(){if(!loginRedirected){loginRedirected=true; alert(Granite.I18n.get("Your request could not be completed because you have been signed out.")); var l=util.getTopWindow().document.location; l.href=self.externalize("/")+"?resource="+encodeURIComponent(l.pathname+l.search+l.hash) }}; self.getXhrHook=function(url,method,params){method=method||"GET"; if(window.G_XHR_HOOK&&typeof G_XHR_HOOK==="function"){var p={url:url,method:method}; if(params){p.params=params }return G_XHR_HOOK(p) }return null }; self.eval=function(response){if(typeof response!=="object"){response=$.ajax({url:response,type:"get",async:false}) }try{var text=response.body?response.body:response.responseText; return JSON.parse(text) }catch(e){}return null }; return self }()) })); (function(a){if(typeof module==="object"&&module.exports){module.exports=a(require("@granite/http")) }else{window.Granite.I18n=a(window.Granite.HTTP) }}(function(a){return(function(){var b={}; var g="/libs/cq/i18n/dict."; var j=".json"; var c=undefined; var i=false; var f=null; var k={}; var e=false; var d=function(l){if(e){return g+l+j }var n; var m=document.querySelector("html"); if(m){n=m.getAttribute("data-i18n-dictionary-src") }if(!n){return g+l+j }return n.replace("{locale}",encodeURIComponent(l)).replace("{+locale}",l) }; var h=function(n,m){if(m){if(Array.isArray(m)){for(var l=0; l=0){return true }}return false }; c.maySetCookie=function(f){return !(c.isOptedOut()&&c.getWhitelistCookieNames().indexOf(f)===-1) }; return c }()) })); Granite.OptOutUtil.init(window.GraniteOptOutConfig); Granite.HTTP.detectContextPath();