diff --git a/js/panel_controller.js b/js/panel_controller.js index 7f9c878fb4..3b49b22929 100644 --- a/js/panel_controller.js +++ b/js/panel_controller.js @@ -168,8 +168,8 @@ appWindow.contentWindow.openConversation(conversation); } else { open = conversation; - openInbox(); } + openInbox(); }; window.getOpenConversation = function() { var o = open;