Site updated at 2017-12-17 16:27:07 UTC
This commit is contained in:
parent
4e546d5869
commit
db3021af91
919 changed files with 15842 additions and 3639 deletions
|
@ -85,7 +85,7 @@
|
|||
<dt><a class="title-link" name="javascript_version" href="#javascript_version"></a> javascript_version</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optional)</span><span class="description">Version of the JavaScript to serve to clients. Options: <code class="highlighter-rouge">es5</code> - transpiled so old browsers understand it. <code class="highlighter-rouge">latest</code> - not transpiled, so will work on recent browsers only. <code class="highlighter-rouge">auto</code> - select a version according to the browser user-agent. The value in the config can be overiden by putting <code class="highlighter-rouge">es5</code> or <code class="highlighter-rouge">latest</code> in the URL. For example <code class="highlighter-rouge">http://localhost:8123/states?es5</code> </span></p>
|
||||
<p class="default">Default value: es5</p>
|
||||
<p class="default">Default value: auto</p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="themes" href="#themes"></a> themes</dt>
|
||||
<dd>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue