You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X ] I have searched budibase discussions and github issues to check if my issue already exists
Hosting
Cloud
Tenant ID:
Describe the bug
For the life of me I can not figure this error out
On Chrome PC...everthing works as expected
On Chrome on Iphone15
Get Javascript error
phone browser
pc browser
JS Script
var starttime =$("State.HOURLYMIN"); //state
var d = new Date(starttime);
sd=d.toISOString().slice(0, 19).replace('T', ' ');
var f = new Date(d.getTime());
d.setMinutes(d.getMinutes() + 60);
ed=d.toISOString().slice(0, 19).replace('T', ' ');
var today = new Date($("State.TIMENOW")); //state
timenow = today.toISOString().slice(0, 19).replace('T', ' ');
mindiff = $("State.HOURLYDELTA")+ " minutes until matchplay!";
out= 'START-' +sd + ' END-'+ed + "\n NOW-"+timenow+' '+mindiff ;
Checklist
Hosting
Describe the bug
For the life of me I can not figure this error out
On Chrome PC...everthing works as expected
On Chrome on Iphone15
Get Javascript error
phone browser
pc browser
JS Script
var starttime =$("State.HOURLYMIN"); //state
var d = new Date(starttime);
sd=d.toISOString().slice(0, 19).replace('T', ' ');
var f = new Date(d.getTime());
d.setMinutes(d.getMinutes() + 60);
ed=d.toISOString().slice(0, 19).replace('T', ' ');
var today = new Date($("State.TIMENOW")); //state
timenow = today.toISOString().slice(0, 19).replace('T', ' ');
mindiff = $("State.HOURLYDELTA")+ " minutes until matchplay!";
out= 'START-' +sd + ' END-'+ed + "\n NOW-"+timenow+' '+mindiff ;
return out;
Match Play-export-1734205103910.tar.gz
The text was updated successfully, but these errors were encountered: