forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
b24b62eccb
commit
8dc036bae3
1 changed files with 14 additions and 14 deletions
|
@ -66,21 +66,21 @@ pandora.ui.importAnnotationsDialog = function(options) {
|
|||
that = Ox.Dialog({
|
||||
buttons: [
|
||||
Ox.Button({
|
||||
id: 'dontImport',
|
||||
title: Ox._('Don\'t Import')
|
||||
})
|
||||
.bindEvent({
|
||||
click: function() {
|
||||
that.close();
|
||||
}
|
||||
}),
|
||||
id: 'dontImport',
|
||||
title: Ox._('Don\'t Import')
|
||||
})
|
||||
.bindEvent({
|
||||
click: function() {
|
||||
that.close();
|
||||
}
|
||||
}),
|
||||
Ox.Button({
|
||||
disabled: true,
|
||||
id: 'import',
|
||||
title: Ox._('Import')
|
||||
}).bindEvent({
|
||||
click: importAnnotations
|
||||
})
|
||||
disabled: true,
|
||||
id: 'import',
|
||||
title: Ox._('Import')
|
||||
}).bindEvent({
|
||||
click: importAnnotations
|
||||
})
|
||||
],
|
||||
closeButton: true,
|
||||
content: $content,
|
||||
|
|
Loading…
Reference in a new issue