implement shopping guide
This commit is contained in:
parent
601eabff8c
commit
2c5cb7cd7c
1 changed files with 6 additions and 1 deletions
|
|
@ -711,6 +711,11 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
<script type="text/javascript>
|
||||||
|
function showHelpShop() {
|
||||||
|
showPage("M_01.jsp?titleId=0001000248414241");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
function initPage()
|
function initPage()
|
||||||
|
|
@ -744,7 +749,7 @@ function initPage()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isShoppingManualEnabled == "true") {
|
if (isShoppingManualEnabled == "true") {
|
||||||
setUnderButtonR(true, "Shopping Guide", "javascript:showHelp()", "wiiSelectSound()");
|
setUnderButtonR(true, "Shopping Guide", "javascript:showHelpShop()", "wiiSelectSound()");
|
||||||
} else {
|
} else {
|
||||||
setUnderButtonR(false);
|
setUnderButtonR(false);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue