Fixed the issue - preferences were saved.

It was regression of the commit-id:
533aaa2fa3.
This commit is contained in:
Ashesh Vashi
2016-04-25 11:53:48 +05:30
parent 1b44aed456
commit 0e50f4b1f3
2 changed files with 22 additions and 22 deletions

View File

@@ -353,11 +353,11 @@ define(
return {
buttons:[
{
text: "{{ _(' <span class=button-label> OK </span>') }}", key: 13, className: "btn btn-primary fa fa-lg fa-save"
text: "{{ _('OK') }}", key: 13, className: "btn btn-primary fa fa-lg fa-save pg-alertify-button"
},
{
text: "{{ _(' <span class=button-label> Cancel </span>') }}", className: "btn btn-danger fa fa-lg fa-close"
text: "{{ _('Cancel') }}", className: "btn btn-danger fa fa-lg fa-times pg-alertify-button"
}
],
focus: { element: 0 },