Cleanup and comments for the timezone/language popup
This commit is contained in:
parent
2aaba99b9a
commit
eef61a65fc
6 changed files with 34 additions and 86 deletions
|
@ -7,11 +7,11 @@ $(document).ready(function() {
|
|||
width: 500,
|
||||
resizable: false,
|
||||
modal: true,
|
||||
position:['center',50],
|
||||
position:['center','center'],
|
||||
buttons: [
|
||||
{
|
||||
id: "setup-later",
|
||||
text: $.i18n._("Set Later"),
|
||||
text: $.i18n._("Not Now"),
|
||||
"class": "btn",
|
||||
click: function() {
|
||||
$(this).dialog("close");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue