| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Tested on both Firefox (v45.4) and Chromium (v53.0).
Credit: https://stackoverflow.com/a/23374725/4856091
|
|
|
|
| |
Also update the ".btn" rule and add the ".btn.btn-small" rule
|
|
|
|
|
|
| |
The section header has class "heading" and a toggle control with class
"toggle", which will toggle the display of the next block with the
"body" class.
|
| |
|
|
|
|
|
| |
* Colorize the logging messages of different level with different colors
* Also add a different icon for each message
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Fix the validation for some "input[type=number]" element;
By default, the number type input only accept *integer*. By setting
the 'step="any"' attribute, the float numbers are also valid.
* Add form input validation styles for ":valid" and ":invalid" pseudo
classes.
|
|
|
|
|
| |
Also add a global variable "ws_reconnect" to control the timeout between
reconnection and the maximum reconnection times (default: 100).
|
|
|
|
|
| |
Add a label to the header banner to show the WebSocket support status
and connection status.
|
| |
|
| |
|
|
The js code still misses many necessary functions.
|