Use the new MessageList for storing messages

(imported from commit 38a04d2ff504aa49189997b972318af7c944d528)
This commit is contained in:
Zev Benjamin
2013-02-12 14:01:24 -05:00
parent 814e3d6385
commit 97160d79d4
6 changed files with 95 additions and 100 deletions

View File

@@ -78,7 +78,7 @@ function hashchanged() {
exports.initialize = function () {
window.onhashchange = hashchanged;
if (hashchanged()) {
load_more_messages();
load_more_messages(current_msg_list);
}
};