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