10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

put browser at the top

This commit is contained in:
Mickaël Véril 2020-02-04 10:05:16 +01:00
parent af7771ba23
commit 73ccb822c6

View File

@ -31,9 +31,9 @@ draft: false
$("thead.sticky > tr > th ").css("top",height) $("thead.sticky > tr > th ").css("top",height)
} }
window.onload = async () => { window.onload = async () => {
window.browser=bowser.getParser(window.navigator.userAgent);
adjustSticky(); adjustSticky();
$(window).resize(adjustSticky) $(window).resize(adjustSticky)
window.browser=bowser.getParser(window.navigator.userAgent);
const LatexInline = ['\\(', '\\)'] const LatexInline = ['\\(', '\\)']
var slist = $("#SelectList") var slist = $("#SelectList")
getAllSelect().each(function () { getAllSelect().each(function () {
@ -521,11 +521,11 @@ draft: false
</li> </li>
<ul class="nestedCbList" id="cb_exVertKindList"> <ul class="nestedCbList" id="cb_exVertKindList">
<li> <li>
<input type="checkbox" onchange="nestedCheckbox_change(event)" id="cb_abs" value="1" name="datatype"> <input type="checkbox" checked onchange="nestedCheckbox_change(event)" id="cb_abs" value="1" name="datatype">
<label for="cb_abs">Absorption</label> <label for="cb_abs">Absorption</label>
</li> </li>
<li> <li>
<input type="checkbox" onchange="nestedCheckbox_change(event)" id="cb_fluo" value="2" name="datatype"> <input type="checkbox" checked onchange="nestedCheckbox_change(event)" id="cb_fluo" value="2" name="datatype">
<label for="fluo">Fluorescence</label> <label for="fluo">Fluorescence</label>
</ul> </ul>
</li> </li>