From 7c53c85aa5659a45eca488a6091bd577ce154769 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Tue, 6 Jul 2021 20:05:56 +0100 Subject: [PATCH] Formatting --- src/platform/web/ui/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/ui/common.js b/src/platform/web/ui/common.js index 9fbafcdf..7ee73edd 100644 --- a/src/platform/web/ui/common.js +++ b/src/platform/web/ui/common.js @@ -14,9 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. */ -const container = document.querySelector(".hydrogen"); export function spinner(t, extraClasses = undefined) { + const container = document.querySelector(".hydrogen"); if (container.classList.contains("legacy")) { return t.div({className: "spinner"}, [ t.div(),