Merge pull request #1203 from xfq/patch-3
Update online-offline-events.md
This commit is contained in:
commit
1f849ec7b0
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ app.on('ready', function() {
|
||||||
_online-status.html_
|
_online-status.html_
|
||||||
|
|
||||||
```html
|
```html
|
||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
|
@ -62,6 +63,7 @@ ipc.on('online-status-changed', function(event, status) {
|
||||||
_online-status.html_
|
_online-status.html_
|
||||||
|
|
||||||
```html
|
```html
|
||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue