Merge remote-tracking branch 'origin/master'

This commit is contained in:
carson 2021-03-09 19:57:12 -07:00
commit 5a788a5dd4
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@
} }
</script> </script>
<div id="demo-server-info"> <div id="demo-server-info">
<div>Server Requests<span id="request-count"></span> <a id="request-info-toggler" onclick="toggleRequestInfo()">&uparrow; Show</a></div> <div>Server Requests<span id="request-count"></span> <a id="request-info-toggler" onclick="toggleRequestInfo()" style="cursor: pointer">&uparrow; Show</a></div>
<div id="demo-activity" class="row"> <div id="demo-activity" class="row">
<div class="3 col" > <div class="3 col" >
<ol id="demo-timeline" reversed> <ol id="demo-timeline" reversed>

View File

@ -21,6 +21,7 @@ title: </> htmx - Documentation
* [targets](#targets) * [targets](#targets)
* [indicators](#indicators) * [indicators](#indicators)
* [swapping](#swapping) * [swapping](#swapping)
* [css transitions](#css_transitions)
* [parameters](#parameters) * [parameters](#parameters)
* [boosting](#boosting) * [boosting](#boosting)
* [websockets & SSE](#websockets-and-sse) * [websockets & SSE](#websockets-and-sse)