From 8a9629167a549dff50e94e7caec7809cb8f2f2d3 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Sun, 27 Nov 2016 17:28:56 +0000 Subject: [PATCH] httpsify the speculator link --- specification/client_server_api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/client_server_api.rst b/specification/client_server_api.rst index 588f3fb0..bbb6982a 100644 --- a/specification/client_server_api.rst +++ b/specification/client_server_api.rst @@ -45,7 +45,7 @@ Other versions of this specification The following other versions are also available, in reverse chronological order: -- `HEAD `_: Includes all changes since the latest versioned release. +- `HEAD `_: Includes all changes since the latest versioned release. - `r0.2.0 `_ - `r0.1.0 `_ - `r0.0.1 `_ @@ -666,7 +666,7 @@ handle unknown login types: if (ev.data !== "authDone" || ev.origin !== homeserverUrl) { return; } - + // close the popup popupWindow.close(); window.removeEventListener("message", eventListener);