Add: menu app test player

This commit is contained in:
2018-08-06 17:06:21 +09:00
parent 0fc0456c16
commit f39b64d60e
4 changed files with 69 additions and 4 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ function loadMaestroTestAccountInfo() {
function runMaestroAccountApp() {
loadMaestroTestAccountInfo();
window.open("./../client/menu_app.html", "_blank");
// window.open("./../client/menu_app.html", "_blank");
// menu_app_test_player
window.open("./../client/menu_app_test_player.html", "_blank");
}
function deleteMaestroAllRecords() {
+1 -2
View File
@@ -33,9 +33,8 @@ function onChangePlayerCount() {
}
function onClickMaestroUpgrade() {
console.log("onClickMaestroUpgrade");
// console.log("onClickMaestroUpgrade");
location.href='./../maestro/upgrade.html';
location.href = "www.yoursite.com";
}
</script>