зеркало из https://github.com/mozilla/pluotsorbet.git
13 строки
319 B
JavaScript
13 строки
319 B
JavaScript
// Midlet-specific customization code.
|
|
|
|
var MIDlet = {
|
|
name: "aMIDlet",
|
|
|
|
SMSDialogVerificationText: "This app sent you an SMS. Type the message you received here:",
|
|
SMSDialogTimeout: 300000, // Five minutes
|
|
SMSDialogTimeoutText: "left",
|
|
SMSDialogReceiveFilter: function(message) {
|
|
return message;
|
|
},
|
|
};
|