mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
We want the saving indicator to be sticky in the cases where we ask user to reload after changing settings. This used to work correctly before9e08c6db93, as 'if(remove_after)' returned false if remove_after was null, but the condition was changed in9e08c6db93to 'if(remove_after !== undefined)' and thus the condition returned true when remove_after was null. This commit change the remove_after value to undefined for sticky cases.
3.2 KiB
3.2 KiB