Update app.js
parent
82ea368181
commit
205fa49d83
|
|
@ -369,6 +369,7 @@ var file = require("Storage").open("matchlog.csv","a");
|
||||||
function newInnings() {
|
function newInnings() {
|
||||||
var timeSig = new Date();
|
var timeSig = new Date();
|
||||||
if(over!=0) {
|
if(over!=0) {
|
||||||
|
console.log("New Innings prompt");
|
||||||
E.showPrompt(/*LANG*/"Start next innings?").then(function(confirmed) {
|
E.showPrompt(/*LANG*/"Start next innings?").then(function(confirmed) {
|
||||||
if (confirmed) {
|
if (confirmed) {
|
||||||
Bangle.buzz();
|
Bangle.buzz();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue