kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Title fixes and removed extra interval timer
rodzic
06c52cb628
commit
26f89c27cc
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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);
|
||||
|
|
Ładowanie…
Reference in New Issue