refs #4674 notSignOut check fixed
This commit is contained in:
parent
0a759db03e
commit
8f369e9781
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue