|
|
|
|
@ -181,7 +181,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="main">
|
|
|
|
|
<div id="osSelectDiv" class="large">
|
|
|
|
|
<p>Choose an operating system, on which you want to use the Telegram Bot API server:</p>
|
|
|
|
|
<p>Choose an operating system on which you want to use the Telegram Bot API server:</p>
|
|
|
|
|
<select id="osSelect" onchange="onOsChanged(false)" autofocus class="large">
|
|
|
|
|
<option>Choose an operating system:</option>
|
|
|
|
|
<option>Windows</option>
|
|
|
|
|
@ -195,7 +195,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="linuxSelectDiv" class="hide">
|
|
|
|
|
<p>Choose a Linux distro, on which you want to use the Telegram Bot API server:</p>
|
|
|
|
|
<p>Choose a Linux distro on which you want to use the Telegram Bot API server:</p>
|
|
|
|
|
<select id="linuxSelect" onchange="onOsChanged(false)" class="large">
|
|
|
|
|
<option>Choose a Linux distro:</option>
|
|
|
|
|
<option>Alpine</option>
|
|
|
|
|
|