1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Remove strange baseflight reference from the model HTML and CSS.

This commit is contained in:
Dominic Clifton 2015-01-04 01:34:46 +00:00
parent dfdb5cd99d
commit 597c96819b
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
.tab-setup .CAP_BASEFLIGHT_CONFIG { .tab-setup .model-and-info {
height: calc(100% - 138px); height: calc(100% - 138px);
} }
.tab-setup { .tab-setup {

View file

@ -20,7 +20,7 @@
<p i18n="initialSetupBackupRestoreText"> <p i18n="initialSetupBackupRestoreText">
</p> </p>
</div> </div>
<div class="CAP_BASEFLIGHT_CONFIG"> <div class="model-and-info">
<div id="interactive_block"> <div id="interactive_block">
<div id="canvas_wrapper"> <div id="canvas_wrapper">
<canvas id="canvas"></canvas> <canvas id="canvas"></canvas>

View file

@ -176,8 +176,8 @@ TABS.setup.initialize3D = function (compatibility) {
loader, canvas, wrapper, renderer, camera, scene, light, light2, modelWrapper, model, model_file, loader, canvas, wrapper, renderer, camera, scene, light, light2, modelWrapper, model, model_file,
fallback = false; fallback = false;
canvas = $('.CAP_BASEFLIGHT_CONFIG #canvas'); canvas = $('.model-and-info #canvas');
wrapper = $('.CAP_BASEFLIGHT_CONFIG #canvas_wrapper'); wrapper = $('.model-and-info #canvas_wrapper');
// webgl capability detector // webgl capability detector
// it would seem the webgl "enabling" through advanced settings will be ignored in the future // it would seem the webgl "enabling" through advanced settings will be ignored in the future