diff --git a/static/js/pandora/preferencesDialog.js b/static/js/pandora/preferencesDialog.js index ab085133..a67aaa44 100644 --- a/static/js/pandora/preferencesDialog.js +++ b/static/js/pandora/preferencesDialog.js @@ -128,6 +128,16 @@ pandora.ui.preferencesDialog = function() { }), $dialog = Ox.Dialog({ buttons: [ + Ox.Button({ + id: 'signout', + title: 'Sign Out...' + }).bindEvent({ + click: function() { + $dialog.close(); + pandora.UI.set({page: 'signout'}); + } + }), + {}, Ox.Button({ id: 'done', title: 'Done'