Make the back button work for the settings and subscriptions pages

(imported from commit 650c884abc9514cdfc934ae01e0a490f5f681292)
This commit is contained in:
Jeff Arnold
2012-12-19 15:19:29 -05:00
parent f4ddf4412b
commit 4feae6b202
3 changed files with 36 additions and 10 deletions

View File

@@ -73,7 +73,7 @@ exports.start = function (msg_type, opts) {
compose.message_content(opts.message);
}
$('#sidebar a[href="#home"]').tab('show');
ui.change_tab_to("#home");
var focus_area;
if (opts.stream && ! opts.subject) {