* fix the error of switchProduct.

This commit is contained in:
wangchunsheng
2010-04-10 13:48:09 +00:00
parent d23629f640
commit b73c1c8349

View File

@@ -96,6 +96,7 @@ function switchProduct(productID, module, method, extra)
{
link = createLink(module, method, "productID=" + productID + '&type=' + extra);
}
location.href=link;
}
/* 选择项目。*/