refactor: Use people.my_current_email() in settings.js.

This commit is contained in:
Steve Howell 2017-01-20 12:55:42 -08:00 committed by Tim Abbott
parent 2af0302ed0
commit 0ccb2e38f8
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ function _setup_page() {
$("#download_zuliprc").on("click", function () {
$(this).attr("href", settings.generate_zuliprc_uri(
page_params.email,
people.my_current_email(),
$("#api_key_value").text()
));
});