Skip to content

Commit 672a1c6

Browse files
committed
Fix helpcfg
1 parent 31d8de3 commit 672a1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

as3/en_US/asdoc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ var ionSupportLoadReady=false;
777777
var agt=navigator.userAgent.toLowerCase();
778778
var use_robohelp_behavior=false;
779779
if(typeof(terms_HELPCFG)!="undefined"&&terms_HELPCFG.length>0){var loc=getLangName();
780-
helpcfgPath="http://"+window.location.host+"/HelpCfg/"+loc+"/"+terms_HELPCFG
780+
helpcfgPath="https://"+window.location.host+"/as3/HelpCfg/"+loc+"/"+terms_HELPCFG
781781
}var helpcfgLoaded=false;
782782
function loadIonComments(){if(!helpcfgLoaded){$.get(helpcfgPath,function(a){helpcfgLoaded=true;
783783
info=a.getElementsByTagName("product");
@@ -1143,4 +1143,4 @@ if(navigator.appName=="Microsoft Internet Explorer"){var a=navigator.userAgent;
11431143
var b=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})");
11441144
if(b.exec(a)!=null){c=parseFloat(RegExp.$1)
11451145
}}return c
1146-
};
1146+
};

0 commit comments

Comments
 (0)