diff --git a/archive/community.applications-2022.01.06-x86_64-1.txz b/archive/community.applications-2022.01.06-x86_64-1.txz index 02b524aa..5a098ad9 100644 Binary files a/archive/community.applications-2022.01.06-x86_64-1.txz and b/archive/community.applications-2022.01.06-x86_64-1.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page b/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page index 43f99649..f7d52161 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page @@ -168,13 +168,20 @@ var repoBanner = false; var repoBannerTimer = false; var unRaidFontSize = $("html").css("font-size").replace("px",""); var resizeTimer; -//var portsInUse = 123; var portsInUse = []; + $(function(){ window.onerror = function(msg,url,lineNo,columnNo, error) { post({action:'javascriptError',msg:msg,url:url,lineNo:lineNo,columnNo:columnNo,error:error}); } + // don't run this through the wrapper so that if it hangs up it won't delay anything else + $.post("/plugins//include/exec.php",{action:'getPortsInUse'},function(data) { + var ret = JSON.parse(data); + portsInUse = ret.portsInUse; + console.log("Ports In Use:" + portsInUse); + }); + if ( "" == "true" ) { // This is needed so that if language gets switched on the home page the home page gets regenerated correctly $.cookie("ca_languageSwitch",""); } diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 index 5df8cc2d..1cef4ad3 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 @@ -1,4 +1,4 @@ -d221dbf76d6ca3d8ed62236c853beed8 ./Apps.page +11aca37b4284373ab4f515cb78b58bfc ./Apps.page 4e55f7483b661af21a25b677179baffe ./CA_notices.page c7c6da0a4a4a7ac33f387ea178319bae ./ca_settings.page ed2883d6c44c19304c431079596a1731 ./default.cfg