Force users to click OK in the language/timezone popup

This commit is contained in:
Albert Santoni 2015-10-14 11:58:44 -04:00
parent 7f64edafff
commit 9a03b1b50a
3 changed files with 8 additions and 2 deletions

View file

@ -7,8 +7,11 @@ $(document).ready(function() {
width: 500,
resizable: false,
modal: true,
closeOnEscape: false,
position:['center','center'],
dialogClass: 'no-close',
buttons: [
/* Testing removing the Not Now button for higher engagement
{
id: "setup-later",
text: $.i18n._("Not Now"),
@ -16,7 +19,7 @@ $(document).ready(function() {
click: function() {
$(this).dialog("close");
}
},
},*/
{
id: "help_airtime",
text: $.i18n._("OK"),