mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
put browser at the top
This commit is contained in:
parent
af7771ba23
commit
73ccb822c6
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user