Change popup to Alert
Jay M
--
You received this message because you are subscribed to the Google Groups "Tasker" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tasker+un...@googlegroups.com.
Visit this group at http://groups.google.com/group/tasker.
For more options, visit https://groups.google.com/d/optout.
This works for me :/
alert ('title', 'text', true, null, null, 10);
Jay M
Thanks Jay but that's not working either. When I press the execute arrow it just returns. Below is my javascriptlet syntax for alert...alert('test');
--