Skip to content

Commit

Permalink
Fix helpcfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Aug 5, 2024
1 parent 31d8de3 commit 672a1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions as3/en_US/asdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ var ionSupportLoadReady=false;
var agt=navigator.userAgent.toLowerCase();
var use_robohelp_behavior=false;
if(typeof(terms_HELPCFG)!="undefined"&&terms_HELPCFG.length>0){var loc=getLangName();
helpcfgPath="http://"+window.location.host+"/HelpCfg/"+loc+"/"+terms_HELPCFG
helpcfgPath="https://"+window.location.host+"/as3/HelpCfg/"+loc+"/"+terms_HELPCFG
}var helpcfgLoaded=false;
function loadIonComments(){if(!helpcfgLoaded){$.get(helpcfgPath,function(a){helpcfgLoaded=true;
info=a.getElementsByTagName("product");
Expand Down Expand Up @@ -1143,4 +1143,4 @@ if(navigator.appName=="Microsoft Internet Explorer"){var a=navigator.userAgent;
var b=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})");
if(b.exec(a)!=null){c=parseFloat(RegExp.$1)
}}return c
};
};

0 comments on commit 672a1c6

Please sign in to comment.