Loading htdocs/_i18n/en/pages/devices.html +11 −9 Original line number Diff line number Diff line Loading @@ -91,10 +91,10 @@ <label for="channel" class="label-selector"><b>/e/OS version</b></label> <select class="custom-select" id="channel" multiple> <option value="-1">All</option> <option value="stable">stable</option> <option value="beta">dev</option> <option value="official">Official</option> <option value="community">Community</option> <option value="test">test</option> <option value="unofficial">unofficial things</option> <option value="unofficial">unofficial</option> </select> </div> <div class="col-sm-2"> Loading Loading @@ -263,24 +263,26 @@ {%- if device.build_version_stable -%} <li> {%- if device.minimal_os %} Minimal <span style="font-size: 60%"> Minimal</span> <br /> {% endif %} {{ device.build_version_stable | capitalize }} {%- if device.is_beta %} <sup>beta</sup> <span style="font-size: 60%"> Beta</span> <br /> {%- endif %} (official) <span style="font-size: 60%"> Official</span> <br /> </li> {%- endif -%} {%- if device.build_version_dev -%} <li> {%- if device.minimal_os %} Minimal <span style="font-size: 60%"> Minimal</span> <br /> {% endif %} {{ device.build_version_dev | capitalize }} {%- if device.is_beta %} <sup>beta</sup> <span style="font-size: 60%"> Beta</span> <br /> {% else %} <span style="font-size: 60%"> Community</span> <br /> {%- endif %} </li> {%- endif -%} Loading htdocs/assets/js/code.js +0 −2 Original line number Diff line number Diff line Loading @@ -144,9 +144,7 @@ $(document).ready(function () { addFilterSelector("brand", "brand"); addFilterSelector("release", "release"); addFilterSelector("region", "region"); addFilterSelector("channel", "channel"); addFilterSelector("maturity", "maturity"); addFilterSelector("install", "install"); addFilterSelector("device-type", "device-type", "device-type"); addFilterSelector("legacy", "legacy", "legacy"); Loading Loading
htdocs/_i18n/en/pages/devices.html +11 −9 Original line number Diff line number Diff line Loading @@ -91,10 +91,10 @@ <label for="channel" class="label-selector"><b>/e/OS version</b></label> <select class="custom-select" id="channel" multiple> <option value="-1">All</option> <option value="stable">stable</option> <option value="beta">dev</option> <option value="official">Official</option> <option value="community">Community</option> <option value="test">test</option> <option value="unofficial">unofficial things</option> <option value="unofficial">unofficial</option> </select> </div> <div class="col-sm-2"> Loading Loading @@ -263,24 +263,26 @@ {%- if device.build_version_stable -%} <li> {%- if device.minimal_os %} Minimal <span style="font-size: 60%"> Minimal</span> <br /> {% endif %} {{ device.build_version_stable | capitalize }} {%- if device.is_beta %} <sup>beta</sup> <span style="font-size: 60%"> Beta</span> <br /> {%- endif %} (official) <span style="font-size: 60%"> Official</span> <br /> </li> {%- endif -%} {%- if device.build_version_dev -%} <li> {%- if device.minimal_os %} Minimal <span style="font-size: 60%"> Minimal</span> <br /> {% endif %} {{ device.build_version_dev | capitalize }} {%- if device.is_beta %} <sup>beta</sup> <span style="font-size: 60%"> Beta</span> <br /> {% else %} <span style="font-size: 60%"> Community</span> <br /> {%- endif %} </li> {%- endif -%} Loading
htdocs/assets/js/code.js +0 −2 Original line number Diff line number Diff line Loading @@ -144,9 +144,7 @@ $(document).ready(function () { addFilterSelector("brand", "brand"); addFilterSelector("release", "release"); addFilterSelector("region", "region"); addFilterSelector("channel", "channel"); addFilterSelector("maturity", "maturity"); addFilterSelector("install", "install"); addFilterSelector("device-type", "device-type", "device-type"); addFilterSelector("legacy", "legacy", "legacy"); Loading