mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
Remove unused variable
(imported from commit 5a2a100aa3d9a577cde2517be3d9bacc2147fa7e)
This commit is contained in:
@@ -14,8 +14,7 @@ var get_updates_params = {
|
|||||||
pointer: -1,
|
pointer: -1,
|
||||||
failures: 0,
|
failures: 0,
|
||||||
server_generation: -1, /* to be filled in on document.ready */
|
server_generation: -1, /* to be filled in on document.ready */
|
||||||
reload_pending: 0,
|
reload_pending: 0
|
||||||
want_old_messages: true
|
|
||||||
};
|
};
|
||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user