mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-17 17:06:56 +08:00
Fixed typos + improved clarity and detail of some JSDoc
Apply suggestions from code review Co-authored-by: Nelson Chan <chakflying@hotmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
||||
this.updateBody();
|
||||
},
|
||||
|
||||
/** Update the document body */
|
||||
/** Add css-class "mobile" to body if needed */
|
||||
updateBody() {
|
||||
if (this.isMobile) {
|
||||
document.body.classList.add("mobile");
|
||||
|
Reference in New Issue
Block a user