From 8dc036bae37021c5b1e3bc9365ede9262a43413e Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Sep 2014 17:24:05 +0200 Subject: [PATCH] cosmetic changes --- static/js/importAnnotationsDialog.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/static/js/importAnnotationsDialog.js b/static/js/importAnnotationsDialog.js index 6dfcc3f8a..88d4b2c36 100644 --- a/static/js/importAnnotationsDialog.js +++ b/static/js/importAnnotationsDialog.js @@ -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,