Changed the default page "exit" event handler from "onunload" to "pagehide" for iOS; hopefully, auto-resume machines will work better on mobile devices with that change
This commit is contained in:
parent
cf35125d34
commit
7457e4e44f
43 changed files with 132 additions and 117 deletions
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: C1Pjs Documentation
|
||||
permalink: /docs/c1pjs/
|
||||
machines:
|
||||
- type: c1p-dbg
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p-dbg
|
||||
config: /devices/c1p/machine/8kb/large/debugger/machine.xml
|
||||
redirect_from:
|
||||
- /c1p/
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ layout: page
|
|||
title: Embedding The C1Pjs Simulator
|
||||
permalink: /docs/c1pjs/embed/
|
||||
machines:
|
||||
- type: c1p
|
||||
id: c1p8kb
|
||||
- id: c1p8kb
|
||||
type: c1p
|
||||
config: /devices/c1p/machine/8kb/embed/machine.xml
|
||||
redirect_from:
|
||||
- /configs/c1p/embed/
|
||||
|
|
|
|||
Loading…
Reference in a new issue