From 8f369e97819640fe9f2fe001dbb6fe96aef20ad9 Mon Sep 17 00:00:00 2001 From: guillermo Date: Mon, 2 Jan 2023 13:52:04 +0100 Subject: [PATCH] refs #4674 notSignOut check fixed --- src/main.js | 2 +- src/style.css | 2 +- src/vn-access.hta | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.js b/src/main.js index dc07753..fd37342 100755 --- a/src/main.js +++ b/src/main.js @@ -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; diff --git a/src/style.css b/src/style.css index 19f6458..3b950f3 100755 --- a/src/style.css +++ b/src/style.css @@ -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; diff --git a/src/vn-access.hta b/src/vn-access.hta index 26d5356..49d0143 100755 --- a/src/vn-access.hta +++ b/src/vn-access.hta @@ -41,9 +41,9 @@ -
- - +
+ +