refs #4674 notSignOut check fixed

This commit is contained in:
Guillermo Bonet 2023-01-02 13:52:04 +01:00
parent 0a759db03e
commit 8f369e9781
3 changed files with 5 additions and 5 deletions

View File

@ -384,7 +384,7 @@ var App = {
*/
fetchVersion: function() {
// Gets the last version number using the MySQL ODBC connection
var mysqlConn = new ActiveXObject('ADODB.Connection');;
var datasource = this.getDatasource();
var serverURL;

View File

@ -61,7 +61,7 @@ input[type='text']:focus,
input[type='password']:focus {
border-bottom: 1px solid black;
}
#notSignOut {
#notSignOutSection {
margin-top: 1em;
font-size: .8em;
margin-bottom: 2.5em;

View File

@ -41,9 +41,9 @@
<input id="password" type="password"/>
</div>
</div>
<div id="notSignOut">
<input id="notSignOutInput" type="checkbox"/>
<label for="notSignOutInput">No cerrar sesión</label>
<div id="notSignOutSection">
<input id="notSignOut" type="checkbox"/>
<label for="notSignOut">No cerrar sesión</label>
</div>
</div>
<div id="submit">