case 3649
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
break;
|
||||
case "Contents":
|
||||
cncl = true;
|
||||
window.open("http://www.ayanova.com/WBI7webhelp/index.html", null);
|
||||
window.open("https://www.ayanova.com/WBI7WebHelp/index.html", null);
|
||||
break;
|
||||
case "TechSupport":
|
||||
cncl = true;
|
||||
@@ -282,11 +282,11 @@
|
||||
break;
|
||||
case "CheckForUpdates":
|
||||
cncl = true;
|
||||
window.open("http://www.ayanova.com/download.htm", null);
|
||||
window.open("https://www.ayanova.com/download.htm", null);
|
||||
break;
|
||||
case "PurchaseLicenses":
|
||||
cncl = true;
|
||||
window.open("http://www.ayanova.com/purchase.htm", null);
|
||||
window.open("https://www.ayanova.com/purchase.htm", null);
|
||||
break;
|
||||
case "License":
|
||||
cncl = true;
|
||||
|
||||
Reference in New Issue
Block a user