mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Removing unused git_info section (#3467)
This commit is contained in:
parent
84a0d6b9d9
commit
af7f97bc55
4 changed files with 0 additions and 57 deletions
|
@ -166,28 +166,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.git_info {
|
||||
display: none;
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid var(--subtleAccent);
|
||||
.title {
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
border-bottom: 1px solid var(--subtleAccent);
|
||||
background-color: #3f4241;
|
||||
}
|
||||
p {
|
||||
padding: 5px;
|
||||
a {
|
||||
font-weight: bold;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.default_btn {
|
||||
margin: 1px 7px 0 0;
|
||||
width: fit-content;
|
||||
|
|
|
@ -110,28 +110,6 @@
|
|||
padding: 5px;
|
||||
}
|
||||
}
|
||||
.git_info {
|
||||
display: none;
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid var(--subtleAccent);
|
||||
.title {
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
border-bottom: 1px solid var(--subtleAccent);
|
||||
background-color: #3f4241;
|
||||
}
|
||||
p {
|
||||
padding: 5px;
|
||||
a {
|
||||
font-weight: bold;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.btn {
|
||||
.disabled {
|
||||
cursor: default;
|
||||
|
|
|
@ -407,7 +407,6 @@ firmware_flasher.initialize = function (callback) {
|
|||
self.flashingMessage(i18n.getMessage('firmwareFlasherLoadFirmwareFile'), self.FLASH_MESSAGE_TYPES.NEUTRAL)
|
||||
.flashProgress(0);
|
||||
|
||||
$('div.git_info').slideUp();
|
||||
$('div.release_info').slideUp();
|
||||
$('div.build_configuration').slideUp();
|
||||
|
||||
|
@ -772,8 +771,6 @@ firmware_flasher.initialize = function (callback) {
|
|||
return;
|
||||
}
|
||||
|
||||
// hide github info (if it exists)
|
||||
$('div.git_info').slideUp();
|
||||
$('div.build_configuration').slideUp();
|
||||
|
||||
chrome.fileSystem.getDisplayPath(fileEntry, function (path) {
|
||||
|
|
|
@ -138,16 +138,6 @@
|
|||
</div>
|
||||
|
||||
<div class="clear-both"></div>
|
||||
<div class="git_info">
|
||||
<div class="title" i18n="firmwareFlasherGithubInfoHead"></div>
|
||||
<p>
|
||||
<strong i18n="firmwareFlasherHash"></strong>
|
||||
<a i18n_title="firmwareFlasherUrl" class="hash" href="#" target="_blank"></a><br />
|
||||
<strong i18n="firmwareFlasherCommiter"></strong> <span class="committer"></span><br />
|
||||
<strong i18n="firmwareFlasherDate"></strong> <span class="date"></span><br />
|
||||
<strong i18n="firmwareFlasherMessage"></strong> <span class="message"></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="build_configuration gui_box" style="position: relative;">
|
||||
<div class="darkgrey_box gui_box_titlebar">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue