Sync gh-pages with next-release
This commit is contained in:
parent
16fd3961de
commit
63f331131d
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ gems:
|
||||||
|
|
||||||
pcjs:
|
pcjs:
|
||||||
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes
|
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes
|
||||||
version: 1.32.1 # IMPORTANT: keep pcjs.version in sync with package.json:version
|
version: 1.32.2 # IMPORTANT: keep pcjs.version in sync with package.json:version
|
||||||
compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pcx86.js or pcx86-dbg.js)
|
compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pcx86.js or pcx86-dbg.js)
|
||||||
c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
|
c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
|
||||||
- /modules/shared/lib/defines.js
|
- /modules/shared/lib/defines.js
|
||||||
|
|
|
||||||
|
|
@ -19,4 +19,4 @@ should generate something like this:
|
||||||
<button type="button" onclick="commandMachine('vt100','Keyboard','script','...')">Try It!</button>
|
<button type="button" onclick="commandMachine('vt100','Keyboard','script','...')">Try It!</button>
|
||||||
|
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
{% if page.commands[include.command] != nil %}{% assign machine_command = "script" %}{% capture command_value %}{{ page.commands[include.command] | replace:'"','"' }}{% endcapture %}{% else %}{% capture machine_command %}{{ include.command }}{% endcapture %}{% capture command_value %}{{ include.value }}{% endcapture %}{% endif %}{% if include.type == "button" %}<button type="button" onclick="commandMachine('{{ include.machine }}','{{ include.component }}','{{ machine_command }}','{{ command_value }}')">{{ include.label }}</button>{% else %}<!-- Unrecognized machine control type: {{ include.type }} -->{% endif %}
|
{% if page.commands[include.command] != nil %}{% assign machine_command = "script" %}{% capture command_value %}{{ page.commands[include.command] | replace:'"','"' | strip }}{% endcapture %}{% else %}{% capture machine_command %}{{ include.command }}{% endcapture %}{% capture command_value %}{{ include.value }}{% endcapture %}{% endif %}{% if include.type == "button" %}<button type="button" onclick="commandMachine('{{ include.machine }}','{{ include.component }}','{{ machine_command }}','{{ command_value }}')">{{ include.label }}</button>{% else %}<!-- Unrecognized machine control type: {{ include.type }} -->{% endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue