File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ var ionSupportLoadReady=false;
777
777
var agt = navigator . userAgent . toLowerCase ( ) ;
778
778
var use_robohelp_behavior = false ;
779
779
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
781
781
} var helpcfgLoaded = false ;
782
782
function loadIonComments ( ) { if ( ! helpcfgLoaded ) { $ . get ( helpcfgPath , function ( a ) { helpcfgLoaded = true ;
783
783
info = a . getElementsByTagName ( "product" ) ;
@@ -1143,4 +1143,4 @@ if(navigator.appName=="Microsoft Internet Explorer"){var a=navigator.userAgent;
1143
1143
var b = new RegExp ( "MSIE ([0-9]{1,}[.0-9]{0,})" ) ;
1144
1144
if ( b . exec ( a ) != null ) { c = parseFloat ( RegExp . $1 )
1145
1145
} } return c
1146
- } ;
1146
+ } ;
You can’t perform that action at this time.
0 commit comments