Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: Add panel toggle and allow expand/collapse its body | Aaron LI | 2016-11-17 | 1 | -0/+17 |
| | |||||
* | webui: main.js: Add "getCookie()" and "jQuery.postJSON()" functions | Aaron LI | 2016-11-16 | 1 | -0/+56 |
| | | | | | | | | * Add function "getCookie()": get the value of the specified key from the cookies; * Add jQuery extension ".postJSON()": wrapper for easier AJAX post, with the XSRF header and correct content type; * Also set the default "error" handle function for AJAX request. | ||||
* | webui: Rename "scroll_target()" to "scrollTarget()" and export it | Aaron LI | 2016-11-16 | 1 | -17/+16 |
| | |||||
* | webui: small misc changes | Aaron LI | 2016-11-07 | 1 | -0/+2 |
| | | | | | | * milligram.css: Remove the "sourceMappingURL" * main.js: Add "use strict"; * utils.py: Add a TODO task | ||||
* | webui: Add the main CSS and JavaScript | Aaron LI | 2016-11-01 | 1 | -0/+28 |
The js code still misses many necessary functions. |