Cleanup and comments for the timezone/language popup

This commit is contained in:
Albert Santoni 2015-08-05 14:49:43 -04:00
parent 2aaba99b9a
commit eef61a65fc
6 changed files with 34 additions and 86 deletions

View file

@ -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");