"use strict";window.App=function(){return $(document).ajaxError(function(event,jqXHR,textStatus,errorThrown){console.error("Unexpected HTTP Error: ",jqXHR,textStatus,errorThrown);var response;try{response=JSON.parse(jqXHR.responseText)}catch(error){response={message:jqXHR.responseText}}response&&response.message&&(!App.Utils.Message||(App.Utils.Message.show(lang("unexpected_issues"),lang("unexpected_issues_message")),$("
",{class:"card",html:[$("",{class:"card-body overflow-auto",html:response.message})]}).appendTo("#message-modal .modal-body")))}),$(function(){window.moment&&window.moment.locale(vars("language_code"))}),{Components:{},Http:{},Layouts:{},Pages:{},Utils:{}}}();