| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Don't rely on globals (window.$) for jQuery import
- Remove eslint globals no longer in use
|
|
|
| |
This reverts commit 661d3d28e97bb49bef075c0314edad5879148aaa.
|
|
|
|
|
|
|
| |
In the case of misuse or misunderstanding from a developer whereby,
if `sel` can receive user-controlled data, jQuery `$(sel)` can lead to the
creation of a new element. Current usage is using hard-coded selectors
in the templates, but nobody prevents that from expanding to
user-controlled somehow.
|
|
|
|
| |
* clean up async/await, and sort init calls in `index.js
* use `const _promise` to indicate that we do not need await an async function
|
|
|
|
|
| |
* Frontend refactor, PascalCase to camelCase, remove unused code
* fix
|
|
* split `index.js` to separate files
* tune clipboard
* fix promise
* fix document
* remove intermediate empty file
* fix async event listener
* use `export function` instead of `export {}`, add more comments
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
|