From 73ccb822c62b9ee706ba4cdfd0e7d132996a1a45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 4 Feb 2020 10:05:16 +0100 Subject: [PATCH] put browser at the top --- content/multipledataset.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/multipledataset.html b/content/multipledataset.html index 8287a2c6..3d33c5ba 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -31,9 +31,9 @@ draft: false $("thead.sticky > tr > th ").css("top",height) } window.onload = async () => { + window.browser=bowser.getParser(window.navigator.userAgent); adjustSticky(); $(window).resize(adjustSticky) - window.browser=bowser.getParser(window.navigator.userAgent); const LatexInline = ['\\(', '\\)'] var slist = $("#SelectList") getAllSelect().each(function () { @@ -521,11 +521,11 @@ draft: false