mirror of https://github.com/zulip/zulip.git
Remove unused variable
(imported from commit 5a2a100aa3d9a577cde2517be3d9bacc2147fa7e)
This commit is contained in:
parent
1c904e8607
commit
51a39fdb0a
|
@ -14,8 +14,7 @@ var get_updates_params = {
|
|||
pointer: -1,
|
||||
failures: 0,
|
||||
server_generation: -1, /* to be filled in on document.ready */
|
||||
reload_pending: 0,
|
||||
want_old_messages: true
|
||||
reload_pending: 0
|
||||
};
|
||||
|
||||
$(function () {
|
||||
|
|
Loading…
Reference in New Issue