Including fixes from wanderzell

• fixes small css bug with tooltip icons
• fixes sensor icons nit showing up when connecting Naze32 Acro rev6
and Sparky1.1
10.3.x-maintenance
skaman82 2015-11-12 09:56:03 +01:00
parent 3185721c64
commit 990fd26eb9
3 changed files with 5 additions and 7 deletions

View File

@ -257,14 +257,14 @@ function onConnect() {
$('#tabs ul.mode-disconnected').hide();
$('#tabs ul.mode-connected').show();
if ("CLFL" == CONFIG.flightControllerIdentifier){
// if ("CLFL" == CONFIG.flightControllerIdentifier){
// not sure why this check was needed? disabling it to show sensors for all.
var sensor_state = $('#sensor-status');
sensor_state.show();
var port_picker = $('#portsinput');
port_picker.hide();
}
//}
}
function onClosed(result) {

View File

@ -52,7 +52,7 @@ a.disabled {
}
.helpicon:hover {
opacity: 1.0;
opacity: 0.9;
background-image: url(images/icons/cf_icon_info_green.svg);
transition: none;
}

View File

@ -386,6 +386,4 @@ $("#showlog").on('click', function() {
});
});
});