changed link from antville.org to www.antville.org in logo macro
This commit is contained in:
parent
57a4302186
commit
5b37b22e7a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ function logo_macro(param) {
|
||||||
if (!logo)
|
if (!logo)
|
||||||
return;
|
return;
|
||||||
var linkParam = new Object();
|
var linkParam = new Object();
|
||||||
linkParam.to = "http://antville.org";
|
linkParam.to = "http://www.antville.org/";
|
||||||
root.openLink(linkParam);
|
root.openLink(linkParam);
|
||||||
root.renderImage(logo,param);
|
root.renderImage(logo,param);
|
||||||
root.closeLink();
|
root.closeLink();
|
||||||
|
|
Loading…
Add table
Reference in a new issue