Extract js/ui_util.js.

This commit is contained in:
Steve Howell
2017-03-18 13:35:35 -07:00
committed by Tim Abbott
parent 099f401b9b
commit d026344b37
16 changed files with 59 additions and 44 deletions

View File

@@ -64,7 +64,7 @@ exports.fast_forward_pointer = function () {
unread_ops.mark_all_as_read(function () {
pointer.furthest_read = data.max_message_id;
unconditionally_send_pointer_update().then(function () {
ui.change_tab_to('#home');
ui_util.change_tab_to('#home');
reload.initiate({immediate: true,
save_pointer: false,
save_narrow: false,