pull/3/head
cTn 11 years ago
parent 96ce646aa1
commit 937065ea39

@ -1,6 +1,10 @@
<span>xx.xx.xxxx - 0.37</span>
<span>05.08.2014 - 0.37</span>
<p>
- Window can be resized and maximized<br />
- Graphs will now properly scale to fill content area<br />
- Small GPS UI rework<br />
- Small UI polish on all tabs<br />
- Bugfixes<br />
</p>
<span>05.03.2014 - 0.36</span>
<p>

@ -206,6 +206,12 @@ input[type="number"]::-webkit-inner-spin-button {
-webkit-user-select: text;
}
#log a {
font-weight: bold;
}
#log a:hover {
text-decoration: underline;
}
#tabs {
position: absolute;
margin-top: 1px;

@ -46,6 +46,8 @@ $(document).ready(function() {
break;
}
GUI.log('Are you using ESCs with SimonK firmware? Try <a href="https://chrome.google.com/webstore/detail/rapidflash/gehadojofkekobiohnefkabgimeniglh" target="_blank">RapidFlash</a>, our new utility for configuring / flashing / updating firmware.');
// Tabs
var tabs = $('#tabs > ul');
$('a', tabs).click(function() {

Loading…
Cancel
Save