Title fixes and removed extra interval timer

merge-requests/237/merge
Tag 2022-10-09 12:40:02 -07:00
rodzic 06c52cb628
commit 26f89c27cc
8 zmienionych plików z 11 dodań i 9 usunięć

Wyświetl plik

@ -32,7 +32,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title data-i18n="appname-title">GridTracker</title>
<title>GridTracker</title>
<link rel="stylesheet" href="./lib/dp-dark.css" />
<link rel="stylesheet" href="./lib/ol.css" />
<link rel="stylesheet" href="./lib/style.css" />

Wyświetl plik

@ -16,7 +16,7 @@
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title data-i18n="bandactivity.title">Band Activity</title>
<title>Band Activity</title>
<link rel="stylesheet" href="./lib/style.css" />
<script src="./lib/protos.js" type="text/javascript"></script>
<script src="./lib/screens.js" type="text/javascript"></script>

Wyświetl plik

@ -15,7 +15,7 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%; width: 100%">
<head>
<title data-i18n="chat.title">Off-Air Message Service (OAMS)</title>
<title>Off-Air Message Service (OAMS)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="./lib/style.css" />
<link rel="stylesheet" href="./lib/chat.css" />

Wyświetl plik

@ -15,7 +15,7 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title data-i18n="conditions.title">Current Conditions</title>
<title>Current Conditions</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="./lib/style.css" />
<style type="text/css">

Wyświetl plik

@ -17,7 +17,7 @@
<html lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title data-i18n="lookup.title">Callsign Lookup</title>
<title>Callsign Lookup</title>
<link rel="stylesheet" href="./lib/style.css" />
<script src="./lib/protos.js" type="text/javascript"></script>
<script src="./lib/screens.js"></script>

Wyświetl plik

@ -15,7 +15,7 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title data-i18n="popup.title">Data Breakout</title>
<title>Data Breakout</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="./lib/style.css" />
<style type="text/css">

Wyświetl plik

@ -15,7 +15,7 @@
-->
<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%; width: 100%">
<head>
<title data-i18n="roster.title">Call Roster</title>
<title>Call Roster</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="./lib/style.css" />
<link id="roster" rel="stylesheet" href="./lib/style_roster.css" />

Wyświetl plik

@ -1595,11 +1595,13 @@ function init()
);
}
loadSettings();
loadRosteri18n();
g_timerInterval = setInterval(realtimeRoster, 1000);
updateInstances();
// callback to addControls();
loadRosteri18n();
}
// From i18n.js
function addControls()
{
window.opener.setRosterSpot(g_rosterSettings.columns.Spot);