Add: menu app test player
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user